快传号合作方RSS接入规范
一、 RSS接入说明
合作方:根据RSS格式规范,请合作方提供标准的RSS地址,定期更新文章到RSS,同时保证文章质量和原创性。
快传号:快传号负责定期从合作方RSS地址获取相关文章,并对文章内容进行审核,快传号有权根据文章质量、用户反馈等因素调整合作方文章展现量及下线等操作。
二、接入数据类型
- 图文数据接入
| field | name | type | note | optional |
| title | 标题 | string |
|
|
| content | 正文 | string |
|
|
| image_list | 列表页图片 | list |
| yes |
| publish_time | 发布时间 | string |
|
|
| url | 文章url | string |
|
|
| mp_url | 小程序相关参数 | string |
| yes |
注:mp_url字段由path和appid组成,例appid=xxx&path=yyy。appid为应用id,path为小程序路径。path字段需要做urlencode,两个参数通过&连接。
格式如下:
{
"data": [
{
"title": "title1",
"content": "content1",
"image_list": [
"image_url1",
"image_url2",
"image_url3"
],
"publish_time": "2016-06-20 16:23:00",
"url": "www.360.cn",
"mp_url": "appid=qhxcw4c7jh9v6kxnfb&path=#/app%2findex%3f%252Fdetail%253FbookId%3dbqy01lkr6a17"
},
{
"title": "title2",
"content": "content2",
"publish_time": "2016-06-20 16:25:00",
"url": "www.360.cn"
}
]
}
- 图集数据接入
| field | name | type | note | optional |
| title | 标题 | string |
|
|
| content | 正文 | string |
|
|
| image_list | 列表页图片 | list |
| yes |
| publish_time | 发布时间 | string | "2016-06-20 16:23:00" |
|
| url | 文章url | string |
|
|
| article_type | 文章类型 | string | 图集取值gallery |
|
| mp_url | 小程序相关参数 | string |
| yes |
格式如下:
{
"data": [
{
"title": "title1",
"content": "content1",
"image_list": [
"image_url1",
"image_url2",
"image_url3"
],
"publish_time": "2016-06-20 16:23:00",
"url": "www.360.cn",
"article_type": "gallery",
"mp_url": "appid=qhxcw4c7jh9v6kxnfb&path=#/app%2findex%3f%252Fdetail%253FbookId%3dbqy01lkr6a17"
},
{
"title": "title2",
"content": "content2",
"publish_time": "2016-06-20 16:25:00",
"url": "www.360.cn",
"article_type": "gallery"
}
]
}
注:图集content 必须是规定格式,图集每一张图片由一个textarea标签包裹,内部包括title、img、desc 三个标签,其中如果每张图片没有对应的标题(title)就和该图集整体标题一样,如果每张图片没有对应的描述(desc)就为空。content格式示例如下:
- 视频数据接入
| field | name | type | note | optional |
| title | 标题 | string |
|
|
| content | 正文 | string |
|
|
| image_list | 列表页图片 | list | 默认使用抽帧图片 | yes |
| publish_time | 发布时间 | string |
|
|
| url | 文章url | string |
|
|
| article_type | 文章类型 | string | 视频取之video |
|
| video_source_url | 视频下载url | string | 用于下载视频bin内容 |
|
| cover_picture | 封面图 | string | 默认使用第一针图片,竖版视频必须使用竖版封面图 | yes |
| video_suffix | 视频拓展名 | string | 默认mp4 | yes |
| mp_url | 小程序相关参数 | string |
| yes |
格式如下: {
"data": [
{
"title": "title1",
"content": "content1",
"image_list": [
"image_url1",
"image_url2",
"image_url3"
],
"publish_time": "2016-06-20 16:23:00",
"url": "www.360.cn",
"article_type": "video",
"video_source_url":"xxxx.mp4",
"cover_picture": "xxx.jpg",
"video_suffix": "mp4",
"mp_url": "appid=qhxcw4c7jh9v6kxnfb&path=#/app%2findex%3f%252Fdetail%253FbookId%3dbqy01lkr6a17"
},
{
"title": "title2",
"content": "content2",
"publish_time": "2016-06-20 16:25:00",
"url": "www.360.cn",
"article_type": "video",
"video_source_url":"xxxx.mp4",
"cover_picture": "xxx.jpg",
"video_suffix": "mp4"
}
]
}
三、内容说明
1. 合作方负责定期更新内容到RSS,负责保证内容质量,快传号平台保留根据内容质量调整展示量的权利及下线等操作。
2. 快传号会对RSS中获取到的内容进行审核,包括自动审核和人工审核,并根据审核结果决定是否进行推荐。
3. RSS中合作方官网地址必须与注册时填写资料保持一致。
4. 合作方必须保证内容的原创性,恶意抄袭行为可能会被封号。
5. 作品内容中严禁出现站内评论、广告、文末推广、二维码等信息。
四、联系方式
如有疑问,可以到快传号论坛进行反馈:论坛入口
快传号平台
2021年9月1日