Changes between Version 29 and Version 30 of appapi/4.2


Ignore:
Timestamp:
05/19/2015 11:22:59 AM (11 years ago)
Author:
guhenghong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.2

    v29 v30  
    238238    "forumList": [ 
    239239        { 
    240             "forumDesc": "", 
    241240            "forumIcon": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1304/02/c5/19467254_1364888380062_270x202.jpg", 
    242241            "forumId": 14674, 
    243             "forumName": "嘉年华论坛", 
     242            "forumName": "嘉年华", 
    244243            "forumUrl": "http://localhost.pcauto.com.cn/bbs7/forum-14674.html", 
    245             "todayNewPostCount": 1530, 
    246             "topicCount": 14143 
     244            "latestTopicContent": "正文[表情]下一个呢[表情]后面就是上传的图片了\n\n\n\n", 
     245            "todayNewPostCount": 1535 
    247246        } 
    248247    ], 
     
    253252    } 
    254253}}} 
    255 ==== 1.2.2 车友圈主题列表 ==== 
     254 
     255==== 1.2.2 车友圈基本信息 ==== 
     256{{{ 
     257接口/appapi/1/forum/findForums.do [GET] 
     258说明 : 车友圈信息 
     259请求参数 : 
     260          fids:"板块id多个时以','分开" 
     261 
     262 
     263是否登录 : 否 
     264缓存时间 : 无 
     265是否分页 : 否 
     266 
     267 
     268返回结果: 
     269    { 
     270    "forumList": [ 
     271        { 
     272            "forumIcon": "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1304/02/c5/19467254_1364888380062_270x202.jpg", 
     273            "forumId": 14674, 
     274            "forumName": "嘉年华", 
     275            "forumUrl": "http://localhost.pcauto.com.cn/bbs7/forum-14674.html", 
     276            "topicCount": 14145 
     277        } 
     278    ], 
     279 
     280    "code": 0成功,-1失败, 
     281    "message": 提示信息, 
     282    "version": 接口版本号如1.0,1.0(latest)表示最新版本 
     283    } 
     284}}} 
     285==== 1.2.3 车友圈主题列表 ==== 
    256286{{{ 
    257287接口/appapi/1/forum/listTopicsByForumId.do [GET] 
     
    317347 
    318348 
    319 ==== 1.2.3 车友圈置顶主题列表 ==== 
     349==== 1.2.4 车友圈置顶主题列表 ==== 
    320350{{{ 
    321351接口/appapi/1/forum/getForumTop.do [GET] 
     
    348378 
    349379}}} 
    350 ==== 1.2.4 主题终端 ==== 
     380==== 1.2.5 主题终端 ==== 
    351381{{{ 
    352382接口/appapi/1/forum/topic.do [GET] 
     
    420450 
    421451 
    422 ==== 1.2.5 主题图片表 ==== 
     452==== 1.2.6 主题图片表 ==== 
    423453{{{ 
    424454接口/appapi/1/forum/getImagesByTid.do [GET]