You need to sign in or sign up before continuing.
jiangtengfei

add a new param

@@ -2,6 +2,13 @@ @@ -2,6 +2,13 @@
2 2
3 >小班授课建群 3 >小班授课建群
4 > 4 >
  5 +>class_type:
  6 +>
  7 +>正常课,NORMAL
  8 +>
  9 +>小班课,SMALL
  10 +>
  11 +>公开课,PUBLIC
5 12
6 接口地址: /teaching/smallclass/group 13 接口地址: /teaching/smallclass/group
7 14
@@ -12,6 +19,7 @@ Request body: @@ -12,6 +19,7 @@ Request body:
12 ``` 19 ```
13 { 20 {
14 "smallClassId": 123, 21 "smallClassId": 123,
  22 + "classType": "PUBLIC",
15 "teacherId": [ 23 "teacherId": [
16 111, 24 111,
17 222, 25 222,