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 16:12:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ddfe1ca4370b62ce76bf5b2d8063fbc3bf854c4
1ddfe1ca
1 parent
ff85cb45
Updates 家长端服务/接口文档.md
Auto commit by GitBook Editor
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
家长端服务/接口文档.md
家长端服务/接口文档.md
View file @
1ddfe1c
家长服务接口
##
家长服务接口
用户注册
###
用户注册
```
POST https://api.boxfish.cn/signup
...
...
@@ -50,7 +50,7 @@ POST https://api.boxfish.cn/login
}
```
家长发送学生验证码 POST
###
家长发送学生验证码 POST
```
POST https://api.boxfish.cn/parents/family/mobile/invite/15504612470?access_token=admin
...
...
@@ -64,7 +64,7 @@ POST https://api.boxfish.cn/parents/family/mobile/invite/15504612470?access_
}
```
家长确认绑定
###
家长确认绑定
```
POST https://api.boxfish.cn/parents/family/mobile/accept/{mobile}/{code}?access_token=admin
...
...
@@ -87,7 +87,7 @@ POST https://api.boxfish.cn/parents/family/mobile/accept/{mobile}/{code}?access_
}
```
家长查询学生
###
家长查询学生
```
GET https://api.boxfish.cn/parents/family/students?access_token=admin
...
...
@@ -109,15 +109,21 @@ GET https://api.boxfish.cn/parents/family/students?access_token=admin
]
```
用户首页词义等级信息
### 用户首页词义等级信息
```
GET https://api.boxfish.cn/parents/{student_Id}/info?access_token=admin
```
| Name | Type | Desc |
| :--- | :--- | :--- |
| student
\_
id | Long |
**必须**
.学生id |
### 3. 数据库设计
### 家长查询学生今日学习接口
### 数据库设计
```
表名:
...
...
Please
register
or
login
to post a comment