Changes between Version 164 and Version 165 of intf


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

--

Legend:

Unmodified
Added
Removed
Modified
  • intf

    v164 v165  
    12311231    forums=1,noForums="",pickType=pickA,pageNo=1,pageSize=10,maxLength=240,callback,ie=gbk,cacheTime=3600,help,showImage=false [[BR]] 
    12321232   //返回json格式// [[BR]] 
    1233    {status:,desc:topics:[{forumId:,forumName:,topicId:,title:,message:,userName:,userId:,userFaceUrl:,images:,createAt:,views:,replyCount:}]pageNo:,pageSize:,total:} 
     1233   {status:,desc:,topics:[{forumId:,forumName:,topicId:,title:,message:,userName:,userId:,userFaceUrl:,images:,createAt:,views:,replyCount:}]pageNo:,pageSize:,total:} 
     1234 
     1235* /intf/user/queryUserPost.do 查询用户的主帖、精华帖、回帖[[BR]][[BR]] 
     1236    //参数// 
     1237    uid=登陆用户id[[BR]] 
     1238    type=topic:要查询的帖子类型 pick精华, topic主贴,reply 回帖 [[BR]] 
     1239    pageSize,pageNo,maxLength,callback,ie,help [[BR]] 
     1240    输出结果:返回json格式[[BR]]  
     1241  cb({status,desc,uid,pageNo,pageSize,total, topics[{topicId,secretForum,title,message,authorName,createAt,views,replyCount}]}) 针对主贴和精华贴 [[BR]] 
     1242 cb({status,desc,uid,pageNo,pageSize,total, topics[{topicId,secretForum,title,authorName,createAt,views,replyCount,image,categoryId,category,replyContent,replyAuthorName,replyAuthorId,replyTime,fid,pid,floor}]})  
     1243 
    12341244== [=#p_mobile]mobile ==