Changes between Version 56 and Version 57 of appapi/4.2


Ignore:
Timestamp:
06/03/2015 03:36:49 PM (11 years ago)
Author:
guhenghong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.2

    v56 v57  
    513513} 
    514514}}} 
     515 
     516==== 1.2.8 车友圈搜查接口 ==== 
     517{{{ 
     518接口 /ftree/v3/data.jsp [POST] 
     519说明 : 主题图片表 
     520请求参数 : 
     521        
     522是否登录 : 是 
     523缓存时间 : 无 
     524是否分页 : 否 
     525 
     526 
     527返回结果: 
     528{ 
     529   "children": [ 
     530        { 
     531            "children": [ 
     532                { 
     533                    "children": [ 
     534                        { 
     535                            "me": [ 
     536                                14359, 
     537                                "奥迪A4L", 
     538                                "http://img0.pcauto.com.cn/pcauto/1105/16/1497207_4.jpg" 
     539                            ] 
     540                        }, 
     541   code : 0成功,-1失败 
     542   message : 提示信息 
     543   version : 接口版本号如1.0,1.0(latest)表示最新版本 
     544} 
     545}}} 
    515546=== 1.3  修改个人资料相关接口 
    516547