Changes between Version 124 and Version 125 of intf


Ignore:
Timestamp:
06/04/2014 01:53:21 PM (12 years ago)
Author:
gengjianfei
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v124 v125  
    11111111    msg:格式为{"appName":"common","actionType":"updateNickName","msg":{"accountId":388,"nickName":"fishOK2"}}[[BR]] 
    11121112    输出结果:返回json格式[[BR]] 
     1113 
     1114 
     1115* /intf/forum/pickYesterday.do [[BR]] 
     1116  //功能//[[BR]] 
     1117  查询版块精华接口(查询bbs7_pick表,以前一天的回复数排序),接口缓存24小时 [[BR]] 
     1118  //参数//[[BR]] 
     1119  fids:板块ID(多个以逗号分隔) [[BR]] 
     1120  count:获取条数(默认5条)[[BR]] 
     1121  maxLength:帖子内容最大长度 [[BR]] 
     1122  callback:回调函数 [[BR]] 
     1123  //返回 [[BR]] 
     1124  json格式数组 [[BR]] 
     1125  cb([{"forumId":板块ID,"fourmUrl":板块地址,"topicId":主题ID,"topicUrl":主题地址,"title":主题标题,"type":类型,"message":帖子内容,"createat":创建时间,"lastpostat":最后回复时间,"replyCount":回复数,"viewCount":查看数,"authorName":作者昵称,"authorUrl":作者个人中心地址,"title":标题}]) 
     1126