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-04-11 16:15:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8db9e7f02300c88e1c2bdca1eebb4b14dfd1d970
8db9e7f0
1 parent
5f538f0e
add api-学习课表的增加 和 移除接口
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
0 deletions
boxfish-小班课/小班课后台接口.md
boxfish-小班课/小班课后台接口.md
View file @
8db9e7f
...
...
@@ -264,3 +264,48 @@ private Boolean flagClassClosed; // 是否已结课:true查询已结束的
"amountEvaluationStudent"
:
0
//
评价GOOD的学生人数
}
```
##### 10. 小班课,增加学习课表
-
URL: {{localhost}}/boxfish-online-card/classSmall/manager/addLearnCourseSchedule
-
Method: POST
-
RequestBody:
```
json
{
"operationAccount"
:
"dev@boxfish.cn"
,
"date"
:
"2019-04-11"
,
"classSmallName"
:
"BOXFISH-0408"
,
"learnCourseList"
:
[
{
"type"
:
"KNOWLEDGE"
,
"learnCourseId"
:
""
},
{
"type"
:
"KNOWLEDGE_1P1"
,
"learnCourseId"
:
""
},
{
"type"
:
"READING"
,
"learnCourseId"
:
""
}
]
}
```
##### 11. 小班课,移除学习课表
-
URL: {{localhost}}/boxfish-online-card/classSmall/manager/removeAppCourseSchedule
-
Method: POST
-
RequestBody
```
json
{
"operationAccount"
:
"xxx@boxfish.cn"
,
"classSmallId"
:
18
,
"grade"
:
"GRADE_4_B"
,
"learnCourseId"
:
"courseId-4年级下单词课1"
,
"learnCourseType"
:
"WORD"
}
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment