Changes between Version 15 and Version 16 of pcauto_club_4.2.0/api


Ignore:
Timestamp:
05/22/2015 11:30:02 PM (11 years ago)
Author:
liangzhicong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.2.0/api

    v15 v16  
    803803 
    804804 
     805==== 2.6 板块首页 ==== 
     806{{{ 
     807接口:/xsp/s/club/v4.2/forumsHomePage.xsp?forumId=14674&pageNo=1&pageSize=10&userId=63145&filter=&orderby= 
     808说明 : 板块首页车友圈,置顶,主题列表三大内容集合 
     809 
     810是否分页:否 
     811是否缓存:否 
     812是否登陆:否 
     813请求参数: 
     814         userId: 用户ID 
     815         forumId:板块id 
     816         filter: 选择精华贴时“pick” 其他可以不传 
     817         orderby: 选择最新贴时"postat"发布时间排序, 其它可以不传 
     818         pageNo:  页码 
     819         pageSize:  页码大小 
     820 
     821返回结果: 
     822{ 
     823    code: 0, 
     824    forumList: [ 
     825      { 
     826        forumIcon: "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1304/02/c5/19467254_1364888380062_270x202.jpg", 
     827        forumId: 14674, 
     828        forumName: "嘉年华", 
     829        forumUrl: "http://dev11.pcauto.com.cn/bbs7/forum-14674.html", 
     830        latestTopicContent: "22222222222222222222222222222222222222", 
     831        todayNewPostCount: 1597, 
     832        isBound: 0 
     833       } 
     834    ], 
     835    topList: [ 
     836       { 
     837            "containImage": false, 
     838            "isPick": false, 
     839            "title": "提问贴子买车", 
     840            "topicId": 7808466, 
     841            "topicUrl": "http://localhost.pcauto.com.cn/bbs7/topic-7808466.html", 
     842            "updateAt": "2015-05-08 14:04:50" 
     843        } 
     844    ], 
     845    topicList: [ 
     846       { 
     847            "author": { 
     848                "isVip": true, 
     849                "name": "xhchen", 
     850                "nickname": "ok呀", 
     851                "userId": 63145, 
     852                "userface": "http://i6.3conline.com/images/upload/upc/face/63/14/5/63145_100x100", 
     853                "validBrandIcon": "http://img0.pcauto.com.cn/pcauto/1112/07/1743776_ACS5050.png" 
     854            }, 
     855            "content": "正文[表情]下一个呢[表情]后面就是上传的图片了\n\n\n\n", 
     856            "createAt": 1431941116000, 
     857            "images": [ 
     858                { 
     859                    "height": 720, 
     860                    "seq": 1, 
     861                    "url": "http://test745.pcauto.com.cn:9191/bbs6/1502/16/c0/3474270_1424050883042_1024x1024.jpg", 
     862                    "width": 482 
     863                } 
     864            ], 
     865            "imagesSize": 1, 
     866            "isPick": false, 
     867            "lastpostAt": 1431941116000, 
     868            "replyCount": 0, 
     869            "title": "普通贴", 
     870            "topicId": 7808734, 
     871            "uri": "http://localhost.pcauto.com.cn/bbs7/topic-7808734.html" 
     872        } 
     873    ] 
     874    message: "成功", 
     875    version: "v1.0(latest)" 
     876} 
     877 
     878后端应用接口: 
     879车友会 
     880http://rdtrac.pc.com.cn/autoclub/wiki/appapi/4.2 
     8811.2.1 车友圈圈信息 /appapi/1/forum/listTopicsByForumId.do 
     8821.1.4 判断用户是否绑定某车友圈 /appapi/1.0/forum/isBound.do [GET] 
     883 
     884}}} 
     885 
     886 
    805887{{{ 
    806888#!html