名称:列表
接口:/merchant/meeting/adList
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
meetid | int | Y | 会议id | 36 |
type | int | N | 1小图2全屏 | 36 |
search | str | N | 搜索条件 | 36 |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": {
"current_page": 1,
"total": 1,
"last_page": 1,
"data": [
{
"id": 27,
"type": 2,
"title": "这是新版分",
"location": "全屏",
"status": false,
"update_time": "2020-09-18 16:44:01"
}
]
}
}