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:57:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ff3a36cf21545e8cc897344712536cd1ebb56144
ff3a36cf
1 parent
20c0521c
Updates 家长端服务/接口文档.md
Auto commit by GitBook Editor
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
5 deletions
家长端服务/接口文档.md
家长端服务/接口文档.md
View file @
ff3a36c
...
...
@@ -48,11 +48,22 @@
```
(4) 家长确认绑定 POST
```
URL: /parents/family/mobile/accept/15504612470/4642?access_token=admin
返回值: 200OK
错误时: 400 {"message": "您已是该手机号对应账号的家长"}
返回值: 200 OK
错误时: 400
{
"message": "您已是该手机号对应账号的家长"
}
```
(5) 家长查询学生 GET
/parents/family/students?access_token=admin
```
URL: /parents/family/students?access_token=admin
返回值:
[
{
...
...
@@ -60,12 +71,15 @@
"parentId": 246825,
"stuName": "盒子鱼",
"parentName": "qqqqqqq",
"stuFigureUrl": null,
"parentFigureUrl":
"http://q.qlogo.cn/qqapp/101019284/2A80E4F65BDD755D4181059D9755696B/100",
"stuFigureUrl": null,
"parentFigureUrl":
"http://q.qlogo.cn/qqapp/101019284/2A80E4F65BDD755D4181059D9755696B/100",
"createAt": "2016-11-16T16:11:16.311"
}
]
```
### 3. 数据库设计
表名:
...
...
Please
register
or
login
to post a comment