客户管理-列表
接口地址:/console/customerlist
参数:
返回格式:
{
"code": 1,
"data": {
"user_list": [
{
"id": 1,
"nickname": "十年",
"phone": "17767157886",
"avatar": "xxx.jpg",
"user_type": "发布者",
"reg_time": "2018-09-29 10:58:00",
"status": "1 1-正常, 10-冻结中, 20-禁言中"
},
{
"id": 2,
"nickname": "瑶瑶",
"phone": "17767157886",
"avatar": "xxx.jpg",
"user_type": "发布者",
"reg_time": "2018-09-29 10:58:00",
"status": "1 1-正常, 10-冻结中, 20-禁言中"
}
],
"page": 1,
"total_num": 120
},
"msg": "success"
}Last updated
Was this helpful?