名称:更新
接口:/merchant/meeting/adUpdate
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
id | int | Y | 主键id | 36 |
title | str | Y | 十个字以内 | 36 |
type | int | Y | 1 轮播图 2 全屏图 | 36 |
slideshow | array | N | type 为1) | http://这是一1.png |
icon | str | N | type 为1 必填 图标 | http://这是一个pcicon.png |
big_img | int | N | type 为2 必填 | http://这是一个pc_big_img.png |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": []
}