|
@@ -160,7 +160,7 @@ public class AuthController extends ControllerSupport {
|
|
|
@WithoutStackTrace(true)
|
|
|
@ApiOperation(value = "绑定手机号", notes = "")
|
|
|
@PostMapping("/bindSecurityPhone")
|
|
|
- public void bindSecurityPhone(@RequestParam String phone,
|
|
|
+ public void bindStudentSecurityPhone(@RequestParam String phone,
|
|
|
@RequestParam String verificationCode) {
|
|
|
|
|
|
smsCodeService.checkSmsCode(phone, verificationCode);
|