简要描述:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 1.0.0 | kevin | 2024-08-05 |
请求URL:
请求方式:
- POST
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| token | 是 | string | 凭证 |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| id | 是 | int | 老师记录id |
| day | 是 | string | 日期 |
| hour | 是 | int | 小时 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "预约成功",
"data": {},
"other": []
}
错误时返回:
{
"status": 0,
"msg": "验证码错误"
}返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| list.id | int | 老师记录id |
| list.uid | int | 用户uid |
| list.profile | string | 简介 |
| list.level | string | 等级 |
| list.avatar | string | 头像 |
| list.nickname | string | 昵称 |
| list.male | string | 性别 |
| list.instrument_list | string | 类型 |
| list.time | string | 时间提示 |
| level | array | 等级列表,搜索显示 1级,2级【page==1,返回】 |
| male | array | 性别【page==1,返回】 |
| instrument_list.value | array | instrument id 【page==1,返回】 |
| instrument_list.name | array | instrument名称【page==1,返回】 |
备注:
- 无
作者:admin 创建时间:2024-08-05 18:23
最后编辑:admin 更新时间:2024-12-16 11:22
最后编辑:admin 更新时间:2024-12-16 11:22