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-22 11:25:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
40289fbfd63a459eb39b0eb0c05f5e09c986148f
40289fbf
1 parent
10170ea9
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
boxfish-新版本一对一课程/新版本一对一后台接口.md
boxfish-新版本一对一课程/新版本一对一后台接口.md
View file @
40289fb
...
...
@@ -77,4 +77,16 @@
只是这个接口在原来的接口基础上增加参数`groupType`,参数值为`GROUP_CLASS_ONLINE_0101`
##### 4. 课程冻结接口
- URL: {{localhost}}/boxfish-online-card/classOnline/manage/frozenStudentSchedule
- Method: POST
- RequestBody:
```
json5
{
"operationAccount": "xxx@b.cn",
"scheduleClassId": "CIDCOU_0101-60F14CDF763542B88D1EF8797AE12851",
"flagFrozenSchedule": true
}
```
...
...
Please
register
or
login
to post a comment