On this page
网校用户列表
接口URL
http://demonuxtapi.dishait.cn/admin/s/school_user?page=1&keyword=ceshi2
请求方式
GET
Content-Type
application/x-www-form-urlencoded
请求Header参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
token | eyj...Nj Integer | 是 | 用户token | |
schoolid | 11 | Integer | 是 | 网校id |
请求Query参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
page | 1 | Integer | 是 | 页码 |
keyword | ceshi2 | String | 否 | 关键词 |
成功响应示例
json5
{
"msg": "ok",
"data": {
"total": 1,
"items": [
{
"id": 3,
"school_id": 11,
"user_id": 3,
"no_comment": 1,
"no_access": 1,
"total_consume": "0.00",
"created_time": "2021-02-28T16:00:00.000Z",
"updated_time": "2021-03-12T12:08:17.000Z",
"userId": 3,
"user": {
"id": 3,
"username": "ceshi2",
"nickname": "",
"avatar": ""
}
},
// ...
]
},
"code": 20000
}