chong

Updates 家长端服务/接口文档.md

Auto commit by GitBook Editor
家长服务接口
## 家长服务接口
用户注册
### 用户注册
```
POST https://api.boxfish.cn/signup
... ... @@ -50,7 +50,7 @@ POST https://api.boxfish.cn/login
}
```
家长发送学生验证码 POST
### 家长发送学生验证码 POST
```
POST https://api.boxfish.cn/parents/family/mobile/invite/15504612470?access_token=admin
... ... @@ -64,7 +64,7 @@ POST https://api.boxfish.cn/parents/family/mobile/invite/15504612470?access_
}
```
家长确认绑定
### 家长确认绑定
```
POST https://api.boxfish.cn/parents/family/mobile/accept/{mobile}/{code}?access_token=admin
... ... @@ -87,7 +87,7 @@ POST https://api.boxfish.cn/parents/family/mobile/accept/{mobile}/{code}?access_
}
```
家长查询学生
### 家长查询学生
```
GET https://api.boxfish.cn/parents/family/students?access_token=admin
... ... @@ -109,15 +109,21 @@ GET https://api.boxfish.cn/parents/family/students?access_token=admin
]
```
用户首页词义等级信息
### 用户首页词义等级信息
```
GET https://api.boxfish.cn/parents/{student_Id}/info?access_token=admin
```
| Name | Type | Desc |
| :--- | :--- | :--- |
| student\_id | Long | **必须**.学生id |
### 3. 数据库设计
### 家长查询学生今日学习接口
### 数据库设计
```
表名:
... ...