Sfoglia il codice sorgente

fix 短信验证码

zoujiajian 1 anno fa
parent
commit
3868d4b105

+ 1 - 1
netflix-web/src/main/java/com/cyksj/web/controller/user/AuthorizationController.java

@@ -446,7 +446,7 @@ public class AuthorizationController {
         badIntentionOpService.checkHandleBadUserOp(phone, verifyCode, ticket, randStr, request);
         String code = StringUtil.getRandomCodeStr(digit);
         Boolean isFlag;
-        if (!isFree) {
+        if (false) {
             isFlag = SmsUtil.sendTencent(cid, phone, code);
         } else {
             // 发送短信