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


Ignore:
Timestamp:
05/22/2015 09:59:49 PM (11 years ago)
Author:
liangzhicong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_club_4.2.0/api

    v14 v15  
    7597591.2.5 主题终端 接口/appapi/1.0/forum/getDynaByTopicId.do 
    7607601.1.5 获取主题对应的动态ID /appapi/1.0/forum/getDynaByTopicId.do 
    761 http://rdtrac.pc.com.cn/autoclub/wiki/appapi/3.0 
     761 http://rdtrac.pc.com.cn/autoclub/wiki/appapi/3.0 
    7627621.1.29 获取动态点赞用户列表 /appapi/1.0/dyna/getPraiseUserList.do 
    763763 
    764764}}} 
    765765 
    766 ==== 2.5 获取用户绑定车友圈列表加上是否 ==== 
    767 {{{ 
    768 接口:/xsp/s/club/v4.2/clubForumsHomePage.xsp 
     766==== 2.5 获取用户绑定车友圈列表加上是否关注 ==== 
     767{{{ 
     768接口:/xsp/s/club/v4.2/listForums.xsp?forumId=14674&userId=63145 
    769769说明 : 获取车友圈首页数据 
    770770 
    771771是否分页:否 
    772 是否缓存: 
     772是否缓存: 
    773773是否登陆:否 
    774774请求参数: 
    775     用户登录 
    776  
    777 返回结果: 
    778 { 
    779    
     775    forumId:板块ID 
     776    userId: 用户ID 
     777 
     778返回结果: 
     779{ 
     780    code: 0, 
     781    forumList: [ 
     782      { 
     783        forumIcon: "http://img.pconline.com.cn/images/upload/upc/tx/auto5/1304/02/c5/19467254_1364888380062_270x202.jpg", 
     784        forumId: 14674, 
     785        forumName: "嘉年华", 
     786        forumUrl: "http://dev11.pcauto.com.cn/bbs7/forum-14674.html", 
     787        latestTopicContent: "22222222222222222222222222222222222222", 
     788        todayNewPostCount: 1597, 
     789        isBound: 0 
     790       } 
     791   ], 
     792      message: "成功", 
     793    version: "v1.0(latest)" 
    780794} 
    781795