Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chong
2017-01-10 13:54:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
06b416311f6166e4437b5b51006979330415a831
06b41631
1 parent
0140cc6c
Updates 家长端服务/接口文档.md
Auto commit by GitBook Editor
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
家长端服务/接口文档.md
家长端服务/接口文档.md
View file @
06b4163
...
...
@@ -24,12 +24,12 @@
```
(2) 登录 /login POST
(2) 登录
```
URL :
/login POST
参数 :
username: user161116141352CJHaqctY
返回值:
{
"access_token": "CxCIFCdSFu",
...
...
@@ -42,9 +42,14 @@
(3) 家长发送学生验证码 POST
/parents/family/mobile/invite/15504612470?access_token=admin
```
返回值: 200OK
错误时: 400 {"message": "您已是该手机号对应账号的家长"}
```
(4) 家长确认绑定 POST
/parents/family/mobile/accept/15504612470/4642?access_token=admin
返回值: 200OK
...
...
Please
register
or
login
to post a comment