Changes between Version 43 and Version 44 of pcauto_drive_1.2.0/interface


Ignore:
Timestamp:
07/02/2015 04:51:46 PM (11 years ago)
Author:
dengyurong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_1.2.0/interface

    v43 v44  
    231231    ] 
    232232} 
     233}}} 
     234=== 2.2 [=#point2.1 我的圈子] === 
     235==== 2.2.1 [=#point2.2.1 回复我的] ==== 
     236(开发已完成,测试请连开发机代理) 
     237{{{ 
     238    请求url:http://mrobot.pcauto.com.cn/xsp/s/auto/info/xueChe/replyPraiseList.xsp?accountId=24998081&typeId=2043&pageNo=1&pageSize=20 
     239    说明:回复我的列表 
     240    HTTP请求方式:GET 
     241    是否需要登录:是 
     242    返回格式:json 
     243    缓存方式:无 
     244    缓存时间:无 
     245    请求参数: 
     246          accountId:必填 用户id 
     247          typeId: 必填 系统消息类型,(typeIds=2043,2045)可传多值,2043表示回复我的,2045表示回复帖子回复 
     248          pageNo  可选    默认1 
     249          pageSize  可选  默认20 
     250     
     251    返回结果: 
     252  { 
     253    total: 1, 
     254    pageNo: 1, 
     255    pageCount: 1, 
     256    pageSize: 5, 
     257    data: [ 
     258        { 
     259            status: 状态 1:正常状态,-1:删除状态, 
     260            isPick: 是否精华, 
     261            postContent: 回复内容, 
     262            type: 帖子类型 1:普通帖子,2:提问帖子, 
     263            createBy: 回复用户id, 
     264            topicCreateBy: 帖子创建者id, 
     265            title: 帖子标题, 
     266            floor: 回复楼层, 
     267            forumId: 板块id, 
     268            tagName: 标签, 
     269            userId: 回复用户id, 
     270            topicId: 主帖id, 
     271            replyId: 回复id, 
     272            createDate: 回复时间, 
     273            nickName: 回复用户昵称, 
     274            userPhoto: 回复用户头像, 
     275            postReplyId 被回复帖子回复id (回复帖子回复才有) 
     276            postReplyCreateBy  被回复的帖子回复的创建者(回复帖子回复才有) 
     277            postToMessage   被回复的帖子回复的内容(回复帖子回复才有) 
     278        } 
     279    ] 
     280  } 
    233281}}} 
    234282==== 2.2.2 [=#point2.2.2  赞我的] ====