Showing
1 changed file
with
19 additions
and
1 deletions
@@ -52,4 +52,22 @@ | @@ -52,4 +52,22 @@ | ||
52 | } | 52 | } |
53 | ] | 53 | ] |
54 | } | 54 | } |
55 | -``` | 55 | +``` |
56 | + | ||
57 | +##### 3. 一对一班级列表接口查询 | ||
58 | + | ||
59 | +- URL: {{localhost}}/boxfish-online-card/classSmall/manager/queryClass | ||
60 | +- Method: POST | ||
61 | +- RequestBody: | ||
62 | + | ||
63 | +```json5 | ||
64 | +{ | ||
65 | + "groupType": "GROUP_CLASS_ONLINE_0101" | ||
66 | +} | ||
67 | +``` | ||
68 | + | ||
69 | +> 该接口还是小班课班级列表查询接口,原来接口多条件查询参数不变, | ||
70 | +只是这个接口在原来的接口基础上增加参数`groupType`,参数值为`GROUP_CLASS_ONLINE_0101` | ||
71 | + | ||
72 | + | ||
73 | + |
-
Please register or login to post a comment