名称:编辑更新
接口:/merchant/live/adUpdate
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
id | int | Y | 主键id | 36 |
title | str | Y | 十个字以内 | 36 |
type | int | Y | 1 轮播图 2 全屏图 且type不能更换 | 36 |
pc_slideshow | json | N | type 为1 必填 (json) | ["http:\/\/\u8fd9\u662f\u4e001.png","http:\/\/\u8fd9\u662f2.png"] |
mobile_slideshow | json | N | type 为1 必填 (json) | ["http:\/\/\u8fd9\u662f\u4e001.png","http:\/\/\u8fd9\u662f2.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": []
}