Changes between Version 41 and Version 42 of pcauto_drive_1.2.0/interface


Ignore:
Timestamp:
07/02/2015 03:00:21 PM (11 years ago)
Author:
dengyurong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_1.2.0/interface

    v41 v42  
    306306     
    307307    返回结果: 
    308  { 
    309     topicCreateBy: 帖子创建者, 
    310     praiseTime: 点赞时间, 
    311     topicTitle: 帖子title, 
    312     forumId: 板块id, 
    313     status: 状态 1:正常状态,-1:删除状态, 
    314     tagName: 标签, 
    315     isPick: 是否精华, 
    316     userId: 赞用户的id, 
    317     topicId: 帖子id, 
    318     nickName: 赞用户昵称, 
    319     userPhoto: 赞用户头像 
    320   } 
     308  { 
     309    total: 1, 
     310    pageNo: 1, 
     311    pageCount: 1, 
     312    pageSize: 5, 
     313    data: [ 
     314       { 
     315        topicCreateBy: 帖子创建者, 
     316        praiseTime: 点赞时间, 
     317        topicTitle: 帖子title, 
     318        forumId: 板块id, 
     319        status: 状态 1:正常状态,-1:删除状态, 
     320        tagName: 标签, 
     321        isPick: 是否精华, 
     322        userId: 赞用户的id, 
     323        topicId: 帖子id, 
     324        nickName: 赞用户昵称, 
     325        userPhoto: 赞用户头像 
     326        } 
     327     ] 
     328   } 
    321329}}} 
    322330==== 2.2.3 [=#point2.2.3 我的帖子] ====