Changes between Version 39 and Version 40 of intf


Ignore:
Timestamp:
02/19/2013 04:23:27 PM (13 years ago)
Author:
dingjianyong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v39 v40  
    2424        days=2;从多少天前的数据开始查询,可填任意整数[[BR]] 
    2525        type=new;可填new,hot,pick,top[[BR]] 
    26         extId=6;达人牛帖(暂未实现)[[BR]] 
     26        extId=;6为达人牛帖(暂未实现)[[BR]] 
    2727        reply=-1;回复数大于等于多少,为-1时没有限制[[BR]] 
    2828        replyMax=-1;回复数最大是少于多少,为-1时没有限制[[BR]] 
     
    4444    callback=; 回调函数名称 [[BR]] 
    4545  //说明// 
    46     返回数据类型为JSON[[BR]] 
     46    返回数据类型为JSON 格式:{"forum":{"forumId":版块ID,"name":"版块名称","url":"版块URL"},"postList":[{"author":{"authorId":作者ID,"name":"作者名称","nickname":"作者昵称","url":"作者个人中心URL"},"createAt":"创建时间","floor":楼层,"message":"主题内容","postId":帖子ID,"topicId":主题ID,"url":"帖子URL"}],"replyCount":回复数,"title":"帖子标题","topicId":主题ID,"url":"主题URL","viewCount":查看数}[[BR]] 
    4747* _users.jsp    获取用户数据 
    4848    //参数//