Changes between Version 36 and Version 37 of pconline_4.0.0/interface


Ignore:
Timestamp:
01/04/2015 03:16:48 PM (11 years ago)
Author:
wuchangbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pconline_4.0.0/interface

    v36 v37  
    460460 缓存方式:无 
    461461 缓存时间:无 
    462  请求参数:无 
     462 请求参数: 
     463        uid:用户ID,如果没有此参数则返回当前用户信息 
    463464 返回参数: 
    464  { 
    465       "image": "http://i1.3conline.com/images/upload/upc/face/0/0_50x50", 
    466       "userId": 0, 
    467       "friends":关注好友数 
    468       "fans":粉丝数, 
    469  } 
     465        { 
     466            "image":头像 
     467            "level":用户级别 
     468            "name":用户名 
     469            "nickname":用户昵称 
     470            "userId":用户ID 
     471            "friends":关注好友数 
     472            "fans":粉丝数, 
     473            //以下信息本人登陆才返回 
     474            "birthday":983462400000, 
     475            "sex":1,//0未知 1男 2女 
     476            "cityId":370100, 
     477            "cityName":"济南市", 
     478            "provinceName":"山东省", 
     479            "phoneNum":"", 
     480            "address":"", 
     481            "zipCode":"", 
     482            "realName":"" 
     483        } 
    470484}}} 
    471485