Changes between Version 25 and Version 26 of pcauto_drive_1.2.0/interface


Ignore:
Timestamp:
06/29/2015 06:01:26 PM (11 years ago)
Author:
dengyurong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_1.2.0/interface

    v25 v26  
    9393(开发已完成,测试请连开发机代理) 
    9494{{{ 
    95     请求url:http://mrobot.pcauto.com.cn/xsp/s/auto/info/xueChe/recommendList.xsp?userId= 
    96     HTTP请求方式:GET 
    97     是否需要登录:否 
    98     返回格式:json 
    99     缓存方式:无 
    100     缓存时间:无 
    101     请求参数:userId 必填 
    102         
     95    请求url:http://mrobot.pcauto.com.cn/xsp/s/auto/info/xueChe/recommendList.xsp?userId=&pageNo=&pageSize= 
     96    HTTP请求方式:GET 
     97    是否需要登录:否 
     98    返回格式:json 
     99    缓存方式:无 
     100    缓存时间:无 
     101    请求参数: 
     102       userId 必填 
     103       pageNo 可选 默认为1 
     104       pageSize 可选 默认为20 
    103105    返回结果: 
    104106    { 
    105     data: [ 
     107    total: 
     108    pageNo: 
     109    pageSize: 
     110    topicList: [ 
    106111        { 
    107112            title: 标题 
     
    582587 
    583588}}} 
    584