Changes between Version 62 and Version 63 of intf


Ignore:
Timestamp:
02/28/2013 12:23:00 PM (13 years ago)
Author:
kuangjuhuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v62 v63  
    4949* _users.jsp    获取用户数据 
    5050    //参数// 
    51     pageType:为user时,返回发帖数排行用户JSON;为lastpost时,返回最后发帖的用户JSON,否则返回用户的基本信息[[BR]] 
    52     days:多少天的数据[[BR]] 
    53     pageSize:每页显示多少条(默认50)[[BR]] 
     51    pageType:为user时,返回发帖数排行用户JSON(需要传type参数);为lastpost时,返回最后发帖的用户JSON,否则返回用户的基本信息[[BR]] 
     52    days:多少天的数据(针对typeType=user)[[BR]] 
     53    pageSize:返回结果数(默认50)[[BR]] 
    5454    userIds:用户ID(必须)[[BR]] 
    55     faceWidth:用户头像宽度[[BR]] 
     55    faceWidth:用户头像宽度(type=pick时需要传)[[BR]] 
    5656    type:“week”为本周贴数,“pick”为全部精华帖,需要返回头像[[BR]] 
    5757    callback:回调函数[[BR]]