Changes between Version 11 and Version 12 of pcauto_drive_1.2.0/interface


Ignore:
Timestamp:
06/25/2015 03:47:57 PM (11 years ago)
Author:
lanzhenhua
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_1.2.0/interface

    v11 v12  
    99==== 2.1.1 [=#point2.1.1 圈子广场栏目信息] ==== 
    1010{{{ 
    11     请求url: 
    12     HTTP请求方式:GET 
    13     是否需要登录:否 
    14     返回格式:json 
    15     缓存方式:无 
    16     缓存时间:无 
    17     请求参数: 
    18     无 
    19      
    20     返回结果: 
     11    请求url:http://mrobot.pcauto.com.cn/xsp/x/dev11.pcauto.com.cn/bbs7/xcappapi/1/forum/findForums.ajax 
     12    HTTP请求方式:GET 
     13    是否需要登录:否 
     14    返回格式:json 
     15    缓存方式:无 
     16    缓存时间:无 
     17    请求参数: 
     18    无 
     19     
     20    返回结果: 
     21  { 
     22    "desc": "sucess", 
     23    "forumList": [ 
     24        { 
     25            "forumId": 22686, 
     26            "forumName": "学前交流", 
     27            "tags": "原创,转载,讨论,提问,召集,公告" 
     28        }, 
     29        { 
     30            "forumId": 22615, 
     31            "forumName": "挂科吐槽", 
     32            "tags": "原创,转载,讨论,提问,召集,公告" 
     33        } 
     34    ], 
     35    "status": 0, 
     36    "version": "v1.0(latest)" 
     37} 
    2138 
    2239}}}