|
@@ -57,7 +57,6 @@ public class StudentController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "学员报名")
|
|
|
@PostMapping(value = "apply")
|
|
|
- @PreAuthorize("@pcs.hasPermissions('student/apply')")
|
|
|
public HttpResponseResult apply(Integer organId, String phone) {
|
|
|
Student student = new Student(organId, phone);
|
|
|
studentService.addStudent(student);
|