Showing
1 changed file
with
7 additions
and
5 deletions
| @@ -75,12 +75,14 @@ POST https://api.boxfish.cn/parents/family/mobile/accept/{mobile}/{code}?access_ | @@ -75,12 +75,14 @@ POST https://api.boxfish.cn/parents/family/mobile/accept/{mobile}/{code}?access_ | ||
| 75 | | mobile | String | **必须**.被绑定用户手机号 | | 75 | | mobile | String | **必须**.被绑定用户手机号 | |
| 76 | | code | String | **必须**.短信验证码 | | 76 | | code | String | **必须**.短信验证码 | |
| 77 | 77 | ||
| 78 | +返回值 | ||
| 78 | ``` | 79 | ``` |
| 79 | -返回值: 200 OK | 80 | +成功 |
| 80 | - 错误时: 400 | 81 | + http code 200 |
| 81 | - { | 82 | +失败 |
| 82 | - "message": "您已是该手机号对应账号的家长" | 83 | + { |
| 83 | - } | 84 | + "message": "失败具体原因!" |
| 85 | + } | ||
| 84 | ``` | 86 | ``` |
| 85 | 87 | ||
| 86 | 家长查询学生 | 88 | 家长查询学生 |
-
Please register or login to post a comment