名称:签到列表

接口:/merchant/live/liveSignList

请求方式:post

参数名 类型 必填 说明 示例
live_id int Y zhujian 36
search int N 昵稱 36
start_time int N 开始时间 2020-09-10 21:14:56
end_time int N 结束时间 2020-09-10 21:14:57

说明

1.此方法需要登录

返回示例

{
    "code": 200,
    "message": "success",
    "result": {
        "total": 1,
        "per_page": 10,
        "current_page": 1,
        "last_page": 1,
        "data": [
            {
                "id": 1,
                "create_time": "2020-09-10 21:14:58",
                "live_user_id": 192,
                "nickname": "Sunflower"
            }
        ]
    }
}

results matching ""

    No results matching ""