Showing
1 changed file
with
5 additions
and
3 deletions
| @@ -75,11 +75,13 @@ POST https://api.boxfish.cn/parents/family/mobile/accept/{mobile}/{code}?access_ | @@ -75,11 +75,13 @@ 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 |
| 82 | +失败 | ||
| 81 | { | 83 | { |
| 82 | - "message": "您已是该手机号对应账号的家长" | 84 | + "message": "失败具体原因!" |
| 83 | } | 85 | } |
| 84 | ``` | 86 | ``` |
| 85 | 87 |
-
Please register or login to post a comment