Skip to content
关注公众号,获取新课通知

网校用户列表


接口URL

http://demonuxtapi.dishait.cn/admin/s/school_user?page=1&keyword=ceshi2

请求方式

GET

Content-Type

application/x-www-form-urlencoded

请求Header参数

参数名示例值参数类型是否必填参数描述
tokeneyj...Nj Integer用户token
schoolid11Integer网校id

请求Query参数

参数名示例值参数类型是否必填参数描述
page1Integer页码
keywordceshi2String关键词

成功响应示例

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
}