名称:问题列表
接口:/merchant/live/questionIndex
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 会议id | 18 |
page | int | n | 页码数 | 18 |
paginate | int | n | 叶宽 | 18 |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": {
"current_page": 1,
"total": 3,
"last_page": 1,
"data": [
{
"id": 23, //id
"title": "ces", //标题
"is_edit": false, //true可以编辑false不可以编辑
"is_publish": false, //false 未发布 true 已经发布
"publish_type": false, //false 至灰 true 高亮
"update_time": "2020-06-03 14:18:28" //更新时间
},
{
"id": 24,
"title": "ces",
"is_publish": false,
"update_time": "2020-06-03 14:23:24"
},
{
"id": 25,
"title": "ces",
"is_publish": false,
"update_time": "2020-06-03 14:44:24"
}
]
}
}