客户管理-详情
接口地址:/console/customerdetail
请求方式 get
参数:
uid 用户id
page 发布者教程列表分页页码 (首次不传或传0)(可选)
返回格式:
{
"code": 1,
"data": {
"id": 1,
"nickname": "十年",
"phone": "1293377493",
"register_time": "2018-09-20 10:58:00",
"sex": "1男, 0女 , 2为保密",
"location": "杭州-所在地",
"summary": "个人说明",
"user_type": "0-普通用户, 1-发布者",
"idcard_front": "xxxx",
"idcard_back": "xxxx",
"idcard_inhand": "xxxx",
"tutorial_list":[
{
"id": "1",
"title": "门朵置物架",
"pic": "xxx/xx.jpg"
},
{
"id": "2",
"title": "门朵置物架",
"pic": "xxx/xx.jpg"
}
],
"page": 1,
},
"msg": "success"
}Last updated
Was this helpful?