chong

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

Auto commit by GitBook Editor
@@ -45,10 +45,10 @@ POST https://api.boxfish.cn/login @@ -45,10 +45,10 @@ POST https://api.boxfish.cn/login
45 45
46 失败 46 失败
47 { 47 {
48 - "code":"", 48 + "code":"fail",
49 "msg":"失败具体原因" 49 "msg":"失败具体原因"
50 } 50 }
51 - 51 +
52 失败时code不为success 在msg字段中获取失败原因 52 失败时code不为success 在msg字段中获取失败原因
53 ``` 53 ```
54 54