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
2021-02-04 11:54:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
76d988d440e3d3e8d67353fd87a5ec5f7341e513
76d988d4
1 parent
6cebe9a2
钻石
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
用户相关/用户钻石.md
用户相关/用户钻石.md
0 → 100644
View file @
76d988d
> env.url: `https`://base[online-api.test].boxfish.cn
>
> notes:
>
*
`默认所有接口都要携带token`
access_token
# 课堂老师送钻石
*
URL {env.url}/boxfish-online-card/class/overcoat/gem
*
POST Method
*
path 参数:
*
request JSON参数:
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| teacherId | String | Y |老师ID| |
| classSmallId | String | Y |班级id| |
| classId | String | Y |课堂id| |
| classType | String | Y |课程类型| CLASS_OVERCOAT_FVR0_010N |
| studentGems | List | Y |第几页 |
studentGems
|参数名 | 类型 | 必填 | 说明 | 示例 |
|-------------|--------|------|----------|------|
| studentId | Long | Y |学生ID| |
| amount | Long | Y |数量| |
```json
{
"teacherId": 7577,
"classSmallId": 2,
"classId": "zxy",
"classType":"CLASS_OVERCOAT_FVR0_010N",
"studentGems": [{
"studentId": 7566,
"amount": 3
}]
}
```
*
response:
http code 200
\ No newline at end of file
...
...
Please
register
or
login
to post a comment