发布者管理-列表

接口地址:/console/publisherlist

请求方式 get

参数:

  • begin_time 时间起点(可选)

  • end_time 时间终点(可选)

  • phone 手机号(可选)

  • name 姓名(可选)

  • status 1待审核, 2审核通过,3审核不通过, 10冻结

  • page 分页页码 (首次不传或传0)(可选)

返回格式:

{
    "code": 1,
    "data": {
        "user_list": [
            {
                "id": 1,
                "name": "十年",
                "phone": "17767157886",
                "idcard_num": "1029399283912",
                "submit_time": "2018-09-29  10:58:00",
                "check_time": "2018-09-29  10:58:00",
                "status": "1待审核, 2审核通过,3审核不通过, 10冻结",
                "reason": "xxxx"
            },
            {
                "id": 2,
                "name": "瑶瑶",
                "phone": "17767157886",
                "idcard_num": "1029399283912",
                "submit_time": "2018-09-29  10:58:00",
                "check_time": "2018-09-29  10:58:00",
                "status": "1待审核, 2审核通过,3审核不通过, 10冻结",
                "reason": "xxxx"
            }
        ],
        "page": 1,
        "total_num": 120
    },
    "msg": "success"
}

Last updated

Was this helpful?