Changes between Version 54 and Version 55 of WikiStart/web-intf


Ignore:
Timestamp:
10/15/2012 11:26:03 AM (14 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart/web-intf

    v54 v55  
    448448image:图片数组[[BR]] 
    449449 
     450 
    450451== 8.用户信息 == 
    451452原型http://trac.pc.com.cn/mobile/pototype/ideas/youjiapin/req1.0.1/ [[BR]] 
     
    695696返回参数:[[BR]] 
    696697{{{ 
    697 }}} 
     698{ 
     699    "total":100, 
     700    "pageNo":1, 
     701    "pageSize":10, 
     702    "comments":[ 
     703        { 
     704            "nickName":"b_小贝贝", 
     705            "time":"9月3日 15:23", 
     706            "face":"http://asdfasdf", 
     707            "content":"她家的包包看起来还不错,有谁买过的,求推荐!" 
     708        }, 
     709        { 
     710            "nickName":"Blanch_213", 
     711            "time":"9月3日 15:53", 
     712            "face":"http://asdfasdf", 
     713            "content":"简单,但太普遍了!" 
     714        } 
     715    ] 
     716} 
     717}}} 
     718total:主题总数量[[BR]] 
     719pageNo:分页用页码[[BR]] 
     720pageSize:分页用每页数量[[BR]] 
     721nickName: 用户昵称 
     722time: 评论时间 
     723face: 用户头像 
     724content: 评论内容 
    698725 
    699726== 18.猜你喜欢 ==