wangwei vor 6 Jahren
Ursprung
Commit
f4efe542e7

+ 1 - 1
examcloud-core-basic-api-provider/src/main/java/cn/com/qmth/examcloud/core/basic/api/controller/AuthController.java

@@ -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);