chong

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

Auto commit by GitBook Editor
@@ -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 家长查询学生