Changes between Version 104 and Version 105 of intf


Ignore:
Timestamp:
07/18/2013 09:26:53 AM (13 years ago)
Author:
kuangjuhuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v104 v105  
    10491049* /intf/forum/picks.do [[BR]] 
    10501050  //功能//[[BR]] 
    1051   查询板块精华接口(需要有图片),只需要返回第一张图片和标题,不包括子板,接口缓存5小时 [[BR]] 
     1051  查询版块精华接口(查询bbs7_pick表),接口缓存6小时 [[BR]] 
    10521052  //参数//[[BR]] 
    10531053  fid:板块ID [[BR]] 
     
    10551055  days:多少天内发的帖子(默认2天)[[BR]] 
    10561056  orderby:排序条件(postat, replyat, replycount)[[BR]] 
    1057   needContainImage:是否需要包含图片 [[BR]] 
     1057  needContainImage:是否必须包含图片 [[BR]] 
    10581058  maxLength:帖子内容最大长度 [[BR]] 
    10591059  callback:回调函数 [[BR]] 
    10601060  //返回 [[BR]] 
    10611061  json格式数组 [[BR]] 
    1062   cb([{"forumId":板块ID,"fourmUrl":板块地址,"topicId":主题ID,"topicUrl":主题地址,"title":主题标题,"type":类型,"message":帖子内容,"createat":创建时间,"lastpostat":最后回复时间,"replyCount":回复数,"viewCount":查看数,"authorName":作者昵称,"authorUrl":作者个人中心地址,"1stImageUrl":第一张图片地址,"title":标题}])[[BR]] 
     1062  cb([{"forumId":板块ID,"fourmUrl":板块地址,"topicId":主题ID,"topicUrl":主题地址,"title":主题标题,"type":类型,"message":帖子内容,"createat":创建时间,"lastpostat":最后回复时间,"replyCount":回复数,"viewCount":查看数,"authorName":作者昵称,"authorUrl":作者个人中心地址,"cover":封面,"title":标题}])[[BR]]