发布者管理-详情
接口地址:/console/publisherdetail
请求方式 get
参数:
uid 发布者的用户id
返回格式:
{
"code": 1,
"data": {
"id": 1,
"status": "1待审核, 2审核通过,3审核不通过, 10冻结",
"nickname": "十年",
"phone": "1293377493",
"register_time": "2018-09-20 10:58:00",
"submit_time": "2018-09-29 10:58:00",
"check_time": "2018-09-29 10:58:00",
"idcard_name": "身份证姓名",
"idcard_num": "122983039488774",
"idcard_front": "xxxx",
"idcard_back": "xxxx",
"idcard_inhand": "xxxx",
"op_log":[
{
"manager": "瑶瑶",
"op_time": "2018-09-20 15:28:00",
"op_note": "审核通过",
"reason": "无"
},
{
"manager": "十年",
"op_time": "2018-09-20 15:28:00",
"op_note": "审核不通过",
"reason": "身份证图片不清楚"
}
]
},
"msg": "success"
}Last updated
Was this helpful?