|
@@ -43,7 +43,7 @@ public class ClassGroupController extends BaseController {
|
|
|
@Autowired
|
|
|
private StudentRegistrationService studentRegistrationService;
|
|
|
|
|
|
- @ApiOperation(value = "小班课报名")
|
|
|
+ @ApiOperation(value = "基础提高班报名")
|
|
|
@PostMapping("/highReg")
|
|
|
@ApiImplicitParams({@ApiImplicitParam(name = "classGroupId", value = "班级id", required = true, dataType = "int")})
|
|
|
public HttpResponseResult highReg(Integer classGroupId) {
|