Changes between Version 93 and Version 94 of intf


Ignore:
Timestamp:
05/15/2013 11:01:41 AM (13 years ago)
Author:
kuangjuhuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v93 v94  
    10271027* /intf/forum/picks.do [[BR]] 
    10281028  //功能//[[BR]] 
    1029   查询板块精华接口(需要有图片),只需要返回第一张图片和标题,不包括子板,接口缓存5小时 
     1029  查询板块精华接口(需要有图片),只需要返回第一张图片和标题,不包括子板,接口缓存5小时 [[BR]] 
    10301030  //参数//[[BR]] 
    1031   fid:板块ID[[BR]] 
     1031  fid:板块ID [[BR]] 
    10321032  count:获取条数(默认5条)[[BR]] 
    10331033  days:多少天内发的帖子(默认2天)[[BR]] 
    10341034  orderby:排序条件(postat, replyat, replycount)[[BR]] 
    1035   needContainImage:是否需要包含图片[[BR]] 
    1036   maxLength:帖子内容最大长度[[BR]] 
    1037   callback:回调函数[[BR]] 
    1038   //返回 
    1039   json格式数组[[BR]] 
     1035  needContainImage:是否需要包含图片 [[BR]] 
     1036  maxLength:帖子内容最大长度 [[BR]] 
     1037  callback:回调函数 [[BR]] 
     1038  //返回 [[BR]] 
     1039  json格式数组 [[BR]] 
    10401040  cb([{"forumId":板块ID,"fourmUrl":板块地址,"topicId":主题ID,"topicUrl":主题地址,"title":主题标题,"type":类型,"message":帖子内容,"createat":创建时间,"lastpostat":最后回复时间,"replyCount":回复数,"viewCount":查看数,"authorName":作者昵称,"authorUrl":作者个人中心地址,"1stImageUrl":第一张图片地址,"title":标题}])[[BR]]