直播页列表接口
URL: http://mrobot.pconline.com.cn/v2/cms/channels/10
请求参数
pageNo //页码
pageSize //每页条数
返回参数
{
total:150 //总条数
pageNo:1 //当前页码
totalPage:4 //总页数
articleList:[
{
id:123 //直播文章id
image:"XXXX" //导读图
title:"XXX直播" //名称
status:"正在直播" //状态,正在直播,直播已结束
pubTime:"" //直播时间,参考专栏发布会直播栏目显示的时间
url:"http://live.pconline.com.cn/broadcast.jsp?broadcastId=123" //对应的直播url
}
]
}
栏目配置
iOS: http://mrobot.pconline.com.cn/configs/pconline_v4_cms_iphone_channel_tree
Android: http://mrobot.pconline.com.cn/configs/pconline_v4_cms_android_channel_tree
判断板块是否收藏
URL:http://itbbs.pconline.com.cn/action/user/check_favorite.jsp
参数:fid //版块ID
是否要求登陆:是
方法:POST
返回结果:
-1:参数错误/未登陆/非post提交/未收藏
2806152: 收藏id
个人中心推广活动
URL:http://mrobot.pconline.com.cn/v2/cms/proxy?uri=http://app.pconline.com.cn/appnews/tghd/1403/intf4501.js
说明:uri参数部分需要按百分号转义
返回
{"data":
[
{
"title":"2014年日内瓦国际车展实时报道",
"to-uri":"http://www1.pcauto.com.cn/mobile/2014rineiwachezhan/rineiwa/rineiwa.html?browser=commonwebview"
}
]
}
论坛树
论坛配置 http://mrobot.pconline.com.cn/configs/pconline_v4_bbs_forum_tree
增加最数码板块
层次结构:
最数码论坛
二手闲置交易
水聊地带
最数码-发帖
URL:http://mrobot.pconline.com.cn/proxy/piebbs/topics/82417
参数:参考现有itbbs的发帖接口
返回:参考现有itbbs的发帖接口
最数码-回帖
URL:http://mrobot.pconline.com.cn/proxy/piebbs/topics/82417
参数:参考现有itbbs的回帖接口
返回:参考现有itbbs的回帖接口
最数码-帖子终端页 (未上线)
URL:http://mrobot.pconline.com.cn/v3/piebbs/topics/82417
参数:参考现有itbbs的帖子页
返回:参考现有itbbs的帖子页
最数码-热门帖子列表 (待确认)
URL:http://mrobot.pconline.com.cn/proxy/piebbs/forums/2
最数码-帖子列表
URL:http://mrobot.pconline.com.cn/proxy/piebbs/forums/48
参数:参考现有itbbs的帖子列表,48是板块id
返回:参考现有itbbs的帖子列表
最数码-板块是否收藏
URL:http://piebbs.pconline.com.cn/action/user/check_favorite.jsp
参数:参考上述“判断板块是否收藏”这一节
返回:参考上述“判断板块是否收藏”这一节