客户管理-列表
接口地址:/console/customerlist
请求方式 get
参数:
begin_time 时间起点(可选)
end_time 时间终点(可选)
phone 手机号(可选)
nickname 姓名(可选)
user_type 0普通用户,1发布者
status 用户状态 1-正常, 10-冻结中, 20-禁言中
page 分页页码 (首次不传或传0)(可选)
返回格式:
{
"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?