Changes between Version 91 and Version 92 of intf


Ignore:
Timestamp:
05/15/2013 10:57:28 AM (13 years ago)
Author:
kuangjuhuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v91 v92  
    10311031  fid:板块ID 
    10321032  count:获取条数(默认5条) 
     1033  days:多少天内发的帖子(默认2天) 
     1034  orderby:排序条件(postat, replyat, replycount) 
    10331035  needContainImage:是否需要包含图片 
     1036  maxLength:帖子内容最大长度 
    10341037  callback:回调函数 
    10351038  //返回 
    10361039  json格式数组[[BR]] 
    1037   cb([{"1stImageUrl":第一张图片地址,"title":标题}])[[BR]] 
     1040  cb([{"forumId":板块ID,"fourmUrl":板块地址,"topicId":主题ID,"topicUrl":主题地址,"title":主题标题,"type":类型,"message":帖子内容,"createat":创建时间,"lastpostat":最后回复时间,"replyCount":回复数,"viewCount":查看数,"authorName":作者昵称,"authorUrl":作者个人中心地址,"1stImageUrl":第一张图片地址,"title":标题}])[[BR]]