名称:添加
接口:/merchant/live/adStore
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 36 |
title | str | Y | 十个字以内 | 36 |
type | int | Y | 1 轮播图 2 全屏图 | 36 |
pc_slideshow | array | N | type 为1) | http://这是一1.png |
mobile_slideshow | array | N | type 为1 ) | http://这是一1.png |
pc_icon | str | N | type 为1 必填 图标 | http://这是一个pcicon.png |
mobile_icon | str | N | type 为1 必填 图标 | http://这是一个pcicon.png |
mobile_big_img | int | N | type 为2 必填 | http://这是一个pc_big_img.png |
pc_big_img | int | N | ype 为2 必填 | http://这是一个pc_big_img.png |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": []
}