Kaynağa Gözat

add: 月团报名接口

周箭河 5 yıl önce
ebeveyn
işleme
8982e7ef49

+ 1 - 1
mec-student/src/main/java/com/ym/mec/student/controller/RegisterController.java

@@ -27,7 +27,7 @@ public class RegisterController extends BaseController {
     @PostMapping("/add")
     public Object add(StudentRegistration studentRegistration) {
         studentRegistrationService.insert(studentRegistration);
-        return succeed();
+        return succeed(studentRegistration);
     }
 
     @ApiOperation(value = "通过乐团编号获取声部列表")