| 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 | |