Changes between Version 19 and Version 20 of appapi/4.7


Ignore:
Timestamp:
03/28/2016 10:37:36 AM (10 years ago)
Author:
wanganning
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.7

    v19 v20  
    356356}}} 
    357357 
     358==== 2.5 修改车友圈版块页列表接口 ==== 
     359 
     360{{{ 
     361    接口:http://bbs.pcauto.com.cn/appapi/1/forum/listTopicsByForumId.ajax [GET] 
     362          参数不变 
     363 
     364    说明:添加版主版副信息 
     365    [{ 
     366        uid:      用户id 
     367        nickname:  昵称 
     368    }] 
     369 
     370}}} 
     371 
     372==== 2.6 修改按id取用户接口 ==== 
     373 
     374{{{ 
     375    接口:http://bbs.pcauto.com.cn/appapi/1/forum/getAuthorsInfo.do [GET] 
     376          参数不变 
     377 
     378    新增字段: 
     379        roleName: 用户角色,返回字符串,按 编辑>分站>版主>版副 判断好了直接给字符串,如果都不是则不返回或者返回空 
     380        isExpert: true/false 
     381 
     382}}} 
     383 
     384==== 2.7 修改帖子详情页接口 ==== 
     385 
     386{{{ 
     387    接口:http://bbs.pcauto.com.cn/appapi/1/forum/topic.do [GET] 
     388          参数不变 
     389 
     390    每层结果里新增字段: 
     391        authorRoleName: 作者用户角色,返回字符串,按 编辑>分站>版主>版副 判断好了直接给字符串,如果都不是则不返回或者返回空 
     392        authorIsExpert: true/false 
     393 
     394}}} 
     395 
    358396 
    359397=== 3. 车友会接口