xiongzhu há 3 anos atrás
pai
commit
e36662d67c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/java/com/izouma/nineth/web/SmsController.java

+ 1 - 1
src/main/java/com/izouma/nineth/web/SmsController.java

@@ -21,7 +21,7 @@ public class SmsController {
     private SmsService     smsService;
     private EasyCaptchaService captchaService;
 
-    @GetMapping("/sendVerify")
+    //@GetMapping("/sendVerify")
     public String sendVerify(@RequestParam String phone) {
         if (!Pattern.matches(Constants.Regex.PHONE, phone)) {
             throw new BusinessException("请输入正确的手机号");