Changes between Version 66 and Version 67 of intf


Ignore:
Timestamp:
02/28/2013 02:03:05 PM (13 years ago)
Author:
kuangjuhuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v66 v67  
    5858    //说明// 
    5959    返货json数据格式,包括用户ID、用户名、昵称、用户个人中心url地址、头像宽度、发主题数、回帖数;接口缓存10小时[[BR]] 
    60     数据格式样例:[{"face":头像url地址,"name":用户名,"nickName":昵称,"postCount":回帖数,"topicCount":发帖数,"url":个人中心url,"userId":用户ID}, 
     60    数据格式样例(pageType=user):[{"face":头像url地址,"name":用户名,"nickName":昵称,"postCount":回帖数,"topicCount":发帖数,"url":个人中心url,"userId":用户ID}, 
    6161    {"face":头像url地址,"name":用户名,"nickName":昵称,"postCount":回帖数,"topicCount":发帖数,"url":个人中心url,"userId":用户ID}][[BR]][[BR]] 
    6262* _topicRepliesJson.jsp 根据主题ID,按顺序分页显示回帖[[BR]][[BR]] 
     
    500500* medal_update.jsp      论坛更新用户勋章接口[[BR]][[BR]] 
    501501  //参数// 
    502     uid:单个用户ID[[BR]] 
     502    uid:单个用户ID[[BR]] 
    503503    reason:原因[[BR]] 
    504504    medalId:勋章ID[[BR]]