Showing
1 changed file
with
13 additions
and
7 deletions
1 | -家长服务接口 | 1 | +## 家长服务接口 |
2 | 2 | ||
3 | -用户注册 | 3 | +### 用户注册 |
4 | 4 | ||
5 | ``` | 5 | ``` |
6 | POST https://api.boxfish.cn/signup | 6 | POST https://api.boxfish.cn/signup |
@@ -50,7 +50,7 @@ POST https://api.boxfish.cn/login | @@ -50,7 +50,7 @@ POST https://api.boxfish.cn/login | ||
50 | } | 50 | } |
51 | ``` | 51 | ``` |
52 | 52 | ||
53 | -家长发送学生验证码 POST | 53 | +### 家长发送学生验证码 POST |
54 | 54 | ||
55 | ``` | 55 | ``` |
56 | POST https://api.boxfish.cn/parents/family/mobile/invite/15504612470?access_token=admin | 56 | 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_ | @@ -64,7 +64,7 @@ POST https://api.boxfish.cn/parents/family/mobile/invite/15504612470?access_ | ||
64 | } | 64 | } |
65 | ``` | 65 | ``` |
66 | 66 | ||
67 | -家长确认绑定 | 67 | +### 家长确认绑定 |
68 | 68 | ||
69 | ``` | 69 | ``` |
70 | POST https://api.boxfish.cn/parents/family/mobile/accept/{mobile}/{code}?access_token=admin | 70 | 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_ | @@ -87,7 +87,7 @@ POST https://api.boxfish.cn/parents/family/mobile/accept/{mobile}/{code}?access_ | ||
87 | } | 87 | } |
88 | ``` | 88 | ``` |
89 | 89 | ||
90 | -家长查询学生 | 90 | +### 家长查询学生 |
91 | 91 | ||
92 | ``` | 92 | ``` |
93 | GET https://api.boxfish.cn/parents/family/students?access_token=admin | 93 | 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 | @@ -109,15 +109,21 @@ GET https://api.boxfish.cn/parents/family/students?access_token=admin | ||
109 | ] | 109 | ] |
110 | ``` | 110 | ``` |
111 | 111 | ||
112 | -用户首页词义等级信息 | 112 | +### 用户首页词义等级信息 |
113 | + | ||
113 | ``` | 114 | ``` |
114 | GET https://api.boxfish.cn/parents/{student_Id}/info?access_token=admin | 115 | GET https://api.boxfish.cn/parents/{student_Id}/info?access_token=admin |
115 | ``` | 116 | ``` |
117 | + | ||
116 | | Name | Type | Desc | | 118 | | Name | Type | Desc | |
117 | | :--- | :--- | :--- | | 119 | | :--- | :--- | :--- | |
118 | | student\_id | Long | **必须**.学生id | | 120 | | student\_id | Long | **必须**.学生id | |
119 | 121 | ||
120 | -### 3. 数据库设计 | 122 | +### 家长查询学生今日学习接口 |
123 | + | ||
124 | + | ||
125 | + | ||
126 | +### 数据库设计 | ||
121 | 127 | ||
122 | ``` | 128 | ``` |
123 | 表名: | 129 | 表名: |
-
Please register or login to post a comment