Changes between Version 19 and Version 20 of pcauto_drive_1.2.0/interface


Ignore:
Timestamp:
06/26/2015 01:55:10 PM (11 years ago)
Author:
lanzhenhua
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_1.2.0/interface

    v19 v20  
    102102==== 2.1.4 [=#point2.1.4 论坛帖子列表] ==== 
    103103{{{ 
    104     请求url: 
    105     HTTP请求方式:GET 
    106     是否需要登录:否 
    107     返回格式:json 
    108     缓存方式:无 
    109     缓存时间:无 
    110     请求参数: 
    111     无 
    112      
    113     返回结果: 
     104    请求url: http://mrobot.pcauto.com.cn/xsp/s/auto/buy/xueChe/getTopicList.xsp?forumId=&userId= 
     105    HTTP请求方式:GET 
     106    是否需要登录:否 
     107    返回格式:json 
     108    缓存方式:无 
     109    缓存时间:无 
     110    请求参数: forumId  (必填) 
     111              pageNo (选填) 
     112              pageSize(选填)  
     113              tagName(选填)  
     114              userId (必填) 
     115    返回结果: 
     116    { 
     117    "code": 0, 
     118    "message": "操作成功", 
     119    "pageCount": 1, 
     120    "pageNo": 1, 
     121    "pageSize": 20, 
     122    "topicList": [ 
     123        { 
     124            "createBy": 826717, 
     125            "createDate": 1435206506000, 
     126            "forumId": 22486, 
     127            "forumName": "科目一", 
     128            "imageList": [ 
     129                { 
     130                    "height": 200, 
     131                    "qua": 0, 
     132                    "url": "http://dev2.pconline.com.cn:9191/upcfiles/bbs6/1506/24/c0/19020_1435117706182_1024x1024.jpg", 
     133                    "width": 200 
     134                }, 
     135                { 
     136                    "height": 200, 
     137                    "qua": 0, 
     138                    "url": "http://dev2.pconline.com.cn:9191/upcfiles/bbs6/1506/24/c0/19020_1435117706182_1024x1024.jpg", 
     139                    "width": 200 
     140                }, 
     141                { 
     142                    "height": 29, 
     143                    "qua": 0, 
     144                    "url": "http://dev2.pconline.com.cn:9191/upcfiles/bbs6/1506/08/c0/17556_1433756675100_1024x1024.jpg", 
     145                    "width": 38 
     146                }, 
     147                { 
     148                    "height": 200, 
     149                    "qua": 0, 
     150                    "url": "http://dev2.pconline.com.cn:9191/upcfiles/bbs6/1506/24/c0/19020_1435117706182_1024x1024.jpg", 
     151                    "width": 200 
     152                }, 
     153                { 
     154                    "height": 29, 
     155                    "qua": 0, 
     156                    "url": "http://dev2.pconline.com.cn:9191/upcfiles/bbs6/1506/08/c0/17546_1433753457103_1024x1024.jpg", 
     157                    "width": 38 
     158                }, 
     159                { 
     160                    "height": 29, 
     161                    "qua": 0, 
     162                    "url": "http://dev2.pconline.com.cn:9191/upcfiles/bbs6/1506/08/c0/17552_1433756601180_1024x1024.jpg", 
     163                    "width": 38 
     164                } 
     165            ], 
     166            "isPick": 0, 
     167            "nickName": "fit10", 
     168            "postCount": 0, 
     169            "praiseCount": 0, 
     170            "title": "学车1.2发帖", 
     171            "topicId": 7809273, 
     172            "isPraise": 0, 
     173            "userName": "测试注册2", 
     174            "userId": "129", 
     175            "userPhoto": "http://dev2.pcauto.com.cn:9191/upchead/12/9/129_100x100" 
     176        }, 
     177        
     178    ], 
     179    "total": 4, 
     180    "version": "v1.0(latest)" 
     181} 
    114182 
    115183}}}