名称:直播分享设置
接口:/merchant/live/liveShareSet
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 36 |
title | str | Y | title | 36 |
content | str | Y | 分享内容 | 36 |
link | str | Y | 分享链接 | 36 |
cover | str | Y | 封面 | 36 |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": {
"live_id": 3,
"title": "ces",
"content": "吾问无为谓",
"link": "",
"cover": ""
}
}