Changes between Version 42 and Version 43 of pcauto_club_4.2.0/api


Ignore:
Timestamp:
06/05/2015 10:25:03 AM (11 years ago)
Author:
liangzhicong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.2.0/api

    v42 v43  
    592592}}} 
    593593 
    594 ==== 2.5.5 [获取用户信息]==== 
     594==== 2.9 获取用户信息 ==== 
    595595{{{ 
    596596 备注:获取用户信息 
     
    634634}}} 
    635635 
     636==== 2.10 论坛列表 ==== 
     637{{{ 
     638 备注:获取用户信息 
     639 请求URL:/v3/bbs/pcauto_v3_bbs_forum_tree 
     640 HTTP请求方式:get 
     641 是否需要登录:否 
     642 返回格式:json 
     643 缓存方式:无 
     644 缓存时间:无 
     645 请求参数: 
     646       无 
     647 返回参数: 
     648         
     649        children: [ 
     650                { 
     651                        children: [ 
     652                                { 
     653                                        children: [ 
     654                                                { 
     655                                                        me: [ 
     656                                                        14359, 
     657                                                        "奥迪A4L", 
     658                                                        "http://img0.pcauto.com.cn/pcauto/1105/16/1497207_4.jpg" 
     659                                                        ] 
     660                                                        }, 
     661                                                        { 
     662                                                        me: [ 
     663                                                        17369, 
     664                                                        "奥迪A3" 
     665                                ] 
     666                        }, 
     667                { 
     668                me: [ 
     669                16856, 
     670                "奥迪Q5", 
     671                "http://img0.pcauto.com.cn/pcauto/1105/16/1497251_5.jpg" 
     672        ] 
     673}, 
     674 请求后端URL: 
     675             http://bbs.pcauto.com.cn/ftree/v3/data.jsp 
     676}}} 
     677 
    636678{{{ 
    637679#!html