Changes between Version 169 and Version 170 of intf


Ignore:
Timestamp:
07/16/2014 10:58:57 AM (12 years ago)
Author:
lijianwen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v169 v170  
    12651265   {fids,pageNo,pageSize,total,topics[{forumId:,forumName:,forumUrl:,topicId:,title:,message:,userName:,userId:,userFaceUrl:,images:,createAt:,views:,replyCount:,rewardAmount,rewardRemain,replyCount,viewCount,floor,images,categoryId,category}]}]} 
    12661266 
    1267 * /mobile/baby/getNewTopics.do  查询最新帖子[[BR]] 
     1267* /mobile/baby/getSecretTopics.do  查询私密圈的最新帖子包括话题[[BR]] 
    12681268    //参数// [[BR]] 
    1269    ie,fids,noFids,pageNo,pageSize,maxLength[[BR]] 
    1270    pageSize,pageNo,maxLength;[[BR]] 
     1269  type=1,查询的帖子类型,1为私语, 2为话题[[BR]] 
     1270   ie,pageSize,pageNo,maxLength;[[BR]] 
    12711271   //返回json格式// [[BR]] 
    12721272   {fids,pageNo,pageSize,total,topics[{forumId:,forumName:,forumUrl:,topicId:,title:,message:,userName:,userId:,userFaceUrl:,images:,createAt:,views:,replyCount:,rewardAmount,rewardRemain,replyCount,viewCount,floor,images,categoryId,category}]}]} 
     1273 
     1274* /mobile/getBestieTopics.do  查询闺蜜圈的最新帖子包括话题[[BR]] 
     1275    //参数// [[BR]] 
     1276   ie,pageSize,pageNo,maxLength,callback,cacheTime,fid,help;[[BR]] 
     1277   //返回json格式// [[BR]] 
     1278   {fids,pageNo,pageSize,total,topics[{replyTime,replyAuthorId,replyAuthorName,replyContent,message,viewsNum,commentNum,categoryId,,category,title,pid,topicId,topicAuthorId}]}]}