Changes between Version 10 and Version 11 of baby2.5_developers/interface


Ignore:
Timestamp:
08/28/2015 03:08:25 PM (11 years ago)
Author:
wuhuixuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • baby2.5_developers/interface

    v10 v11  
    315315 
    316316---------- 
     317=== 2.2帖子终端页 === 
     318'''(mrobot是否已完成?)'''[[BR]] 
     319mrobot接口:http://mrobot.pcbaby.com.cn/v2/bbs/topics/3171428?pageNo=1&size=17&picRule=2&v=240&newQuote=true [[BR]] 
     320后端接口: 
     321          http://bbs.pcbaby.com.cn/rest/topics/2155848?pageNo=1&size=17&picRule=2&newQuote=true&v=220&agent=0 [[BR]] 
     322          http://mdata.pconline.com.cn/pcbaby/user/allFace.jsp?act=findUnusedFaceIds&topicId=2155848 [[BR]] 
     323          http://mdata.pconline.com.cn/pcbaby/user/allFace.jsp?act=findAll [[BR]] 
     324          http://mdata.pconline.com.cn/pcbaby/user/userFace.jsp?topicId=2155848 [[BR]] 
     325 
     326**说明** 
     327 
     328> 回复按倒序排(新增传参),即最新的在最前面,图片采用400*的尺寸,接口说明http://trac.pc.com.cn/iphone/wiki/baby2.2_developers/interface#a3.5帖子终端页 [[BR]] 
     329 
     330**缓存时间** 
     331 
     332>无 
     333 
     334**提交方式** 
     335 
     336> GET 
     337 
     338**是否登录** 
     339 
     340> 否 
     341 
     342**数据来源** 
     343 
     344>论坛后台 
     345 
     346**参数** 
     347 
     348||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||=说明=|| 
     349||reverse||回复的排序方式||string|| || ||0为倒序,1为正序|| 
     350||topics||帖子id||string||无||是||帖子id|| 
     351||size||帖子内容字体大小||string|| || || || 
     352||pageNo||当前所在页数||string|| || || || 
     353||picRule||图片默认显示规则||string|| || ||0为显示小图,1为显示文字链接;2为显示大图|| 
     354||v||版本号||string|| || ||250|| 
     355||newQuote||控制引用内容||string|| || ||true|| 
     356>设置header  Cookie = "common_session_id=xxxx" 
     357 
     358**返回** 
     359>html页面 
     360 
     361----------