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-04 14:40:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
31546b2c0a68f427f34e865ab52034c602a5296f
31546b2c
1 parent
11ccbcf1
add api
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
boxfish-小班课/小班课后台接口.md
boxfish-小班课/小班课后台接口.md
View file @
31546b2
...
...
@@ -219,4 +219,22 @@
}
```
##### 8. 小班课添加学生
-
URL: {{localhost}}/boxfish-online-card/classSmall/manager/addClassStudent
-
Method: POST
-
RequestBody:
```
json
{
"operationAccount"
:
"sss"
,
"classSmallName"
:
"BOXFiSH-测试班级0404"
,
"idList"
:
[
27
,
28
,
34
]
}
```
...
...
Please
register
or
login
to post a comment