| Version 1 (modified by wuchangbo, 11 years ago) (diff) |
|---|
Table of Contents
电脑网4.3.0接口文档
mrobot代理环境说明:
192.168.22.242:8888
1首页头条文章列表增加自媒体和视听文章类型
mrobot接口: http://mrobot.pconline.com.cn/v2/cms/channels/1?pageSize=20&pageNo=1
后端接口:
ios: http://www.pconline.com.cn/app/21json/
安卓: http://www.pconline.com.cn/android/21json/
说明
新增置顶的活动专区,活动帖个数最多两个,返回数据需要新增一个数组返回活动帖
缓存时间
无
提交方式
GET
是否登录
否
数据来源
论坛后台
参数
| 参数名 | 参数含义 | 类型 | 默认值 | 是否必需 | 说明 |
|---|---|---|---|---|---|
| type | 列表类型 | string | 是 | 1=私语,2=话题 | |
| pageNo | 页码 | string | 页码 | ||
| pageSize | 每页条数 | string | 每页条数 | ||
| maxLength | 内容最大长度 | string | 240 | ||
| agent | app类型 | string | 2=亲子宝典IOS端,3=亲子宝典Android端 | ||
| v | app版本号 | string | 版本号,v=260 |
返回
{
"articleList": [
{
"bigImage": "http://img0.pconline.com.cn/pconline/c_thumb.jpg",
"cmtCount": 0,
"id": "1234567",
"image": "http://img0.xxx/123.jpg",
"imageHor": "http://img0.xxx/1.jpg",
"informationType": 8, //8为自媒体
"pubDate": "2015-7-22",
"title": "标题标题标题",
"url": "http://ivy.pconline.com.cn/xxxxx.html"
}
],
"focus": [],
"pageNo": 1,
"pageSize": 20,
"topArticle": [
{
"image": "http://img.pconline.com.cn/images/8257.jpg",
"informationType": 9, //9为视听
"isExtend": "0",
"seq": 1,
"title": “标题标题标题", //标题
"host": “主播人:唐伯虎", //主播名
"to-uri": "http://g.pconline.com.cn/x/notebook/nbnews/ITnews/nbITnews/?FromApp&type=zt&browser=commonWebView&showShareButton=1",
"updateAt": 1442851200000
}
],
"topFocus": [],
"total": 200
}
返回参数说明
| 参数名 | 参数含义 |
|---|---|
| activitys | 活动帖,个数最多两个 |
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)