Changes between Version 16 and Version 17 of appapi/4.2


Ignore:
Timestamp:
05/12/2015 08:49:55 PM (11 years ago)
Author:
guhenghong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.2

    v16 v17  
    246246    "version": 接口版本号如1.0,1.0(latest)表示最新版本 
    247247    } 
     248}}} 
    248249==== 1.2.2 车友圈主题列表 ==== 
    249250{{{ 
     
    273274说明 : 车友圈置顶主题列表  
    274275请求参数 : 
    275  
    276  
    277  
    278 是否登录 : 否 
    279 缓存时间 : 无 
    280 是否分页 : 否 
    281  
    282  
    283 返回结果: 
    284 { 
    285    code : 0成功,-1失败 
    286    message : 提示信息 
    287    version : 接口版本号如1.0,1.0(latest)表示最新版本 
    288 } 
    289 }}} 
    290  
    291  
    292  
     276         forumId: 
     277    
     278 
     279是否登录 : 否 
     280缓存时间 : 无 
     281是否分页 : 否 
     282 
     283 
     284返回结果: 
     285 
     286    "topList": [ 
     287        { 
     288            "containImage": false, 
     289            "createAt": "2015-05-06 11:08:14", 
     290            "isPick": false, 
     291            "nickname": "深海无声", 
     292            "replyCount": 4, 
     293            "title": "提问贴子买车", 
     294            "topicId": 7808466, 
     295            "topicUrl": "http://localhost.pcauto.com.cn/bbs7/topic-7808466.html", 
     296            "updateAt": "2015-05-08 14:04:50", 
     297            "userId": 826717, 
     298            "username": "fit10", 
     299            "viewCount": 1 
     300        } 
     301    ], 
     302      "code": 0成功,-1失败, 
     303    "message": 提示信息, 
     304    "version": 接口版本号如1.0,1.0(latest)表示最新版本 
     305 
     306 
     307}}} 
    293308==== 1.2.4 主题终端 ==== 
    294309{{{