名称:投票列表
接口:/merchant/live/voteList
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 36 |
page | int | Y | 直播id | 36 |
paginate | int | Y | 直播id | 36 |
说明
1.此方法需要登录
{
"code": 200,
"message": "success",
"result": {
"current_page": 1,
"total": 1,
"last_page": 1,
"data": [
{
"id": 2,
"title": "2020年",
"update_time": "2020-12-16 14:25:28",
"is_update": true, //是否可以编辑
"status": 0 //0未发布1已发布
}
]
}
}