接口简介
简要描述
- 创建外链信息流
版本信息
版本号 | 维护人 | 修订日期 |
---|---|---|
v1.0 | 毛成 | 2021-09-10 |
接口地址
POST https://站点接口域名/openapi/feed/link-feed
请求参数 POST
参数名称 | 参数类型 | 参数说明 |
---|---|---|
attaches | string | 图片url数组json |
title | string | 标题 |
desc | string | 描述 |
show_mode | int | 展示方式 默认1 单张 4多图 7视频 |
tabs | string | tabs数组的json 参考https://站点接口域名/openapi/feed/tabs |
url | string | url链接 |
author | string | 作者名称 |
special | int | 论坛帖子标签 |
is_subject | int | 是否是专题,0:信息流 1:专题,默认0非专题 |
attaches格式
[
"https://qiance.qianfanyun.com//admin/images/home/admInfo_img3.png",
"https://qiance.qianfanyun.com//admin/images/home/admInfo_img3.png",
]
tabs格式
[{
"sid": "1", //类别id;如果是专题为专题id
"fix": "15",//位置
"start": "2020-02-17 17:26", //开始时间
"expire": "2020-02-24 17:26" //到期时间
}, {
"sid": "2",
"fix": "1",
"start": "2020-02-17 17:29",
"expire": "2020-02-24 17:29"
}]
返回值
{
"code": 0,
"text": "",
"data": [
{
"sid": 1,
"new_id": 27396
},
{
"sid": 2,
"new_id": 27397
}
],
"time": 1711939777
}
{
"code": 1,
"text": "该推送信息不存在",
"time": 1596695469
}
data中字段说明
文档更新时间: 2024-04-24 14:52 作者:毛成