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


Ignore:
Timestamp:
07/02/2015 03:07:26 PM (11 years ago)
Author:
lanzhenhua
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_1.2.0/interface

    v42 v43  
    143143}}} 
    144144==== 2.1.4 [=#point2.1.4 论坛帖子列表] ==== 
     145(开发已完成,测试请连开发机代理) 
    145146{{{ 
    146147    请求url: http://mrobot.pcauto.com.cn/xsp/s/auto/info/xueChe/getTopicList.xsp?forumId=&userId= 
     
    154155              pageSize(选填)  
    155156              tagName(选填)  
    156               userId (填) 
     157              userId (填) 
    157158    返回结果: 
    158159    { 
     
    170171            "imageList": [], 
    171172            "isPick": 0, 
    172             "postCount": 2, 
     173            "postCount": 8, 
    173174            "praiseCount": 0, 
    174175            "tagName": "原创", 
     
    176177            "topicId": 7809290, 
    177178            "isPraise": 0, 
    178             "userName": "测试注册2", 
    179             "userId": "129", 
    180             "userPhoto": "http://dev2.pcauto.com.cn:9191/upchead/12/9/129_100x100" 
     179            "userName": "Crazydemon", 
     180            "userId": "31457462", 
     181            "nickName": "Crazydemon", 
     182            "userPhoto": "http://dev2.pcauto.com.cn:9191/upchead/31/45/74/62/31457462_100x100" 
    181183        }, 
     184        
    182185        { 
    183186            "createBy": 13128876, 
    184             "createDate": 1435570899000, 
     187            "createDate": 1435717316000, 
    185188            "forumId": 22486, 
    186189            "forumName": "科目一", 
    187             "imageList": [ 
    188                 { 
    189                     "height": 0, 
    190                     "qua": 0, 
    191                     "url": "http://bbs.pcauto.com.cn/images/emot/em2006.gif", 
    192                     "width": 0 
    193                 }, 
    194                 { 
    195                     "height": 539, 
    196                     "qua": 0, 
    197                     "url": "http://img.pcauto.com.cn/images/upload/upc/tx/bbs6/1506/27/c8/8959292_1435361636815_1024x1024.jpg", 
    198                     "width": 700 
    199                 } 
    200             ], 
     190            "imageList": [], 
    201191            "isPick": 0, 
    202             "postCount": 0, 
     192            "postCount": 12, 
    203193            "praiseCount": 0, 
    204194            "tagName": "原创", 
    205             "title": "test222", 
    206             "topicId": 7809314, 
     195            "title": "测试bip接口", 
     196            "topicId": 7809323, 
    207197            "isPraise": 0, 
    208             "userName": "测试注册2", 
    209             "userId": "129", 
    210             "userPhoto": "http://dev2.pcauto.com.cn:9191/upchead/12/9/129_100x100" 
     198            "userName": "3edc4rfv", 
     199            "userId": "13128876", 
     200            "nickName": "2222", 
     201            "userPhoto": "http://dev2.pcauto.com.cn:9191/upchead/13/12/88/76/13128876_100x100" 
    211202        } 
    212203    ], 
    213     "total": 2, 
     204    "total": 3, 
    214205    "version": "v1.0(latest)", 
    215206    "topList": [ 
     
    240231    ] 
    241232} 
    242 }}} 
    243 === 2.2 [=#point2.2 我的圈子] === 
    244 ==== 2.2.1 [=#point2.2.1  回复我的] ==== 
    245 (开发已完成,测试请连开发机代理) 
    246 {{{ 
    247     请求url:http://mrobot.pcauto.com.cn/xsp/s/auto/info/xueChe/replyPraiseList.xsp?accountId=24998081&typeId=2043&pageNo=1&pageSize=20 
    248     说明:回复我的列表 
    249     HTTP请求方式:GET 
    250     是否需要登录:是 
    251     返回格式:json 
    252     缓存方式:无 
    253     缓存时间:无 
    254     请求参数: 
    255           accountId:必填 用户id 
    256           typeId: 必填 系统消息类型,(typeIds=2043,2045)可传多值,2043表示回复我的,2045表示回复帖子回复 
    257           pageNo  可选    默认1 
    258           pageSize  可选  默认20 
    259      
    260     返回结果: 
    261   { 
    262     total: 1, 
    263     pageNo: 1, 
    264     pageCount: 1, 
    265     pageSize: 5, 
    266     data: [ 
    267         { 
    268             status: 状态 1:正常状态,-1:删除状态, 
    269             isPick: 是否精华, 
    270             postContent: 回复内容, 
    271             type: 帖子类型 1:普通帖子,2:提问帖子, 
    272             createBy: 回复用户id, 
    273             topicCreateBy: 帖子创建者id, 
    274             title: 帖子标题, 
    275             floor: 回复楼层, 
    276             forumId: 板块id, 
    277             tagName: 标签, 
    278             userId: 回复用户id, 
    279             topicId: 主帖id, 
    280             replyId: 回复id, 
    281             createDate: 回复时间, 
    282             nickName: 回复用户昵称, 
    283             userPhoto: 回复用户头像, 
    284             postReplyId 被回复帖子回复id (回复帖子回复才有) 
    285             postReplyCreateBy  被回复的帖子回复的创建者(回复帖子回复才有) 
    286             postToMessage   被回复的帖子回复的内容(回复帖子回复才有) 
    287         } 
    288     ] 
    289   } 
    290233}}} 
    291234==== 2.2.2 [=#point2.2.2  赞我的] ====