名称:在线问答列表

接口:/merchant/live/askQuestionList

请求方式:post

参数名 类型 必填 说明 示例
live_id int Y 直播id 36

说明

1.此方法需要登录

{
    "code": 200,
    "message": "success",
    "result": {
        "current_page": 1,
        "total": 5,
        "last_page": 1,
        "data": [
            {
                "ask_question": "44444444444444444444444444444",//提问问题
                "create_time": "2020-08-28 20:04:14",//创建时间
                "order_time": "2020-08-28 20:04:14",//最后更新时间
                "name": "213213",//发布人
                "check_type": 1, // 1未审核2已审核通过3未审核通过
                "is_reply": 1 //1未回复2已恢复
            },
            {
                "ask_question": "44444444444444444444444444444",
                "create_time": "2020-08-28 19:03:22",
                "order_time": "2020-08-28 19:03:22",
                "name": "213213",
                "check_type": 2,
                "is_reply": 1
            },
            {
                "ask_question": "44444444444444444444444444444",
                "create_time": "2020-08-28 19:03:20",
                "order_time": "2020-08-28 19:03:20",
                "name": "213213",
                "check_type": 2,
                "is_reply": 1
            },
            {
                "ask_question": "222222222222222222",
                "create_time": "2020-08-28 19:03:16",
                "order_time": "2020-08-28 19:03:16",
                "name": "213213",
                "check_type": 2,
                "is_reply": 1
            },
            {
                "ask_question": "112123213213123123123",
                "create_time": "2020-08-28 19:03:10",
                "order_time": "2020-08-28 19:03:10",
                "name": "213213",
                "check_type": 2,
                "is_reply": 1
            }
        ]
    }
}

results matching ""

    No results matching ""