On this page
我的网校列表
接口URL
请求方式
GET
Content-Type
application/x-www-form-urlencoded
请求Header参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
token | eyj...Nj | String | 是 | 用户token |
请求Query参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
page | 3 | String | 是 | - |
成功响应示例
json5
{
"msg": "ok",
"data": {
"total": 2,
"items": [
{
"id": 13,
"name": "第二个网校",
"level_id": 0,
"level_last_time": null,
"user_id": 1,
"balance": "0.00",
"w_balance": "0.00",
"t_balance": "0.00",
"appid": "eb...c2",
"status": 1,
"created_time": "2021-03-10T18:01:46.000Z",
"updated_time": "2021-03-10T18:01:46.000Z",
"userId": 1
},
// ...
]
},
"code": 20000
}
错误响应示例
json5
{
"msg": "fail",
"data": "Token 令牌不合法!"
}