Changes between Version 20 and Version 21 of pcauto_club_4.2.0/api


Ignore:
Timestamp:
05/24/2015 09:58:15 PM (11 years ago)
Author:
liangzhicong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.2.0/api

    v20 v21  
    879879        } 
    880880    ], 
    881     topicList: [ //板块主题 
     881    topicList: { //板块主题列表 
    882882       { 
     883        "forum": {//板块信息 
     884            "bbs": 19, 
     885            "forumId": 14674, 
     886            "name": "嘉年华论坛", 
     887            "parentId": 298 
     888           }, 
     889        "message": "操作成功", 
     890        "pageNo": 1, 
     891        "pageSize": 50, 
     892        "topicList": [//板块主题列表 
     893           { 
    883894            "author": { 
    884895                "isVip": true, 
     
    899910                } 
    900911            ], 
    901             "imagesSize": 1, 
    902             "isPick": false, 
    903             "lastpostAt": 1431941116000, 
    904             "replyCount": 0, 
    905             "title": "普通贴", 
    906             "topicId": 7808734, 
    907             "uri": "http://localhost.pcauto.com.cn/bbs7/topic-7808734.html" 
    908         } 
    909     ] 
     912               "imagesSize": 1, 
     913               "isPick": false, 
     914               "lastpostAt": 1431941116000, 
     915               "replyCount": 0, 
     916               "title": "普通贴", 
     917               "topicId": 7808734, 
     918               "uri": "http://localhost.pcauto.com.cn/bbs7/topic-7808734.html" 
     919           }, 
     920     } 
     921     "total": 18048,//主题总数 
     922     code : 0成功,-1失败 
     923     message : 提示信息 
     924     version : 接口版本号如1.0,1.0(latest)表示最新版本 
     925} 
    910926    message: "成功", 
    911927    version: "v1.0(latest)"