Changes between Version 6 and Version 7 of pcauto_drive_1.2.0/interface


Ignore:
Timestamp:
06/25/2015 03:31:11 PM (11 years ago)
Author:
liguokai
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_1.2.0/interface

    v6 v7  
    66== 2.接口列表 == 
    77 
    8 === 2.1 [=#point2.1 圈子广场(待定] === 
     8=== 2.1 [=#point2.1 圈子广场] === 
    99==== 2.1.1 [=#point2.1.1 圈子广场栏目信息] ==== 
    1010{{{ 
    11     请求url: 
     11    请求url:http://mrobot.pcauto.com.cn/xsp/x/dev11.pcauto.com.cn/bbs7/xcappapi/1/forum/findForums.ajax 
    1212    HTTP请求方式:GET 
    1313    是否需要登录:否 
     
    1919     
    2020    返回结果: 
     21{ 
     22   forumList : [ 
     23       { 
     24          forumId:版块ID 
     25          forumName:版块名称 
     26          tags:标签名称(用“,”连起来) 
     27       }, 
     28       { 
     29          forumId:版块ID 
     30          forumName:版块名称 
     31          tags:标签名称(用“,”连起来) 
     32       } 
     33   ] 
     34 
     35   status : 0成功,-1失败 
     36   desc : 提示信息 
     37   version : 接口版本号如1.0,1.0(latest)表示最新版本 
     38} 
    2139 
    2240}}} 
     
    164182}}} 
    165183 
    166