wangwei 6 vuotta sitten
vanhempi
commit
75811cbe07

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

@@ -101,7 +101,7 @@ public class AuthController extends ControllerSupport {
 	}
 
 	@ApiOperation(value = "发送验证码", notes = "")
-	@PostMapping("/bindSecurityPhone")
+	@PostMapping("/sendVerificationCode")
 	public void sendVerificationCode(@RequestParam String phone) {
 		SendSmsReq req = new SendSmsReq();
 		req.setPhone(phone);