Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
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
huayandong
2019-06-21 21:24:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
defc505fd8cfe84d0610f9fd62ee38f7b88884e5
defc505f
1 parent
fdb5574a
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
boxfish-新版本一对一课程/新版本一对一后台接口.md
boxfish-新版本一对一课程/新版本一对一后台接口.md
View file @
defc505
...
...
@@ -53,3 +53,21 @@
]
}
```
##### 3. 一对一班级列表接口查询
- URL: {{localhost}}/boxfish-online-card/classSmall/manager/queryClass
- Method: POST
- RequestBody:
```
json5
{
"groupType": "GROUP_CLASS_ONLINE_0101"
}
```
> 该接口还是小班课班级列表查询接口,原来接口多条件查询参数不变,
只是这个接口在原来的接口基础上增加参数
`groupType`
,参数值为
`GROUP_CLASS_ONLINE_0101`
...
...
Please
register
or
login
to post a comment