Changes between Version 65 and Version 66 of appapi/4.2


Ignore:
Timestamp:
06/16/2015 06:46:35 PM (11 years ago)
Author:
guhenghong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • appapi/4.2

    v65 v66  
    546546==== 1.2.9 获取用户认证信息 ==== 
    547547{{{ 
    548 接口 /appapi/1/forum/getAuthorsVip [GET] 
     548接口 /appapi/1/forum/getAuthorsInfo [GET] 
    549549说明 : 主题图片表 
    550550请求参数 : 
     
    558558返回结果: 
    559559{ 
    560     "authorsVip": [ 
    561         { 
    562             "isVip": false, 
    563             "uid": 826717, 
     560    "authorsInfo": [ 
     561          "isVip": false, 
     562            "name": "fit10", 
     563            "nickname": "深海无声", 
     564            "userId": 826717, 
     565            "userface": "http://i6.3conline.com/images/upload/upc/face/82/67/17/826717_100x100", 
    564566            "validBrandIcon": "" 
    565         }, 
    566         { 
    567             "isVip": false, 
    568             "uid": 30757353, 
    569             "validBrandIcon": "" 
    570         }, 
    571         { 
    572             "isVip": true, 
    573             "uid": 31312997, 
    574             "validBrandIcon": "http://img2.pcauto.com.cn/pcauto/1011/29/1328175_peugeot.png" 
    575         } 
    576567    ], 
    577568    "code": 0,