Toggle navigation
Toggle navigation
This project
Loading...
Sign in
docs
/
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 15:59:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c30083c9214d9c638a6852c755531fe655d929f4
c30083c9
1 parent
fc711f0a
Updates 家长端服务/接口文档.md
Auto commit by GitBook Editor
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
13 deletions
家长端服务/接口文档.md
家长端服务/接口文档.md
View file @
c30083c
...
...
@@ -87,19 +87,17 @@ GET https://api.boxfish.cn/parents/family/students?access_token=admin
返回值
```
URL: /parents/family/students?access_token=admin
返回值:
[
{
"stuId": 1,
"parentId": 246825,
"stuName": "盒子鱼",
"parentName": "qqqqqqq",
"stuFigureUrl": null,
"parentFigureUrl":"http://q.qlogo.cn/qqapp/101019284/2A80E4F65BDD755D4181059D9755696B/100",
"createAt": "2016-11-16T16:11:16.311"
}
]
[
{
"stuId": 1,
"parentId": 246825,
"stuName": "盒子鱼",
"parentName": "qqqqqqq",
"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