admin
2021-12-09 f609ca35ee2946acd0ff04b7ac1aa61f75a2e4a1
src/main/resources/code/service/app/src/main/java/com/ks/app/controller/client/api/SMSController.java
@@ -58,7 +58,7 @@
            String appKey = systemConfigService.getValueCache(acceptData.getSystem(), SystemConfigKey.tencentSMSAppKey);
            //  SmsSingleSenderResult result=
//            TencentSMSUtil.sendSingleMsg(Integer.parseInt(appId), appKey, phone, msg.replace("{验证码}", code));
            verifyCodeManager.sendSMSSuccess(phone, code);
            verifyCodeManager.sendSMSSuccess(acceptData.getSystem(), phone, code);
            return JsonUtil.loadTrueResult("");
        } else {
            return JsonUtil.loadFalseResult("服务器繁忙,请稍后再试");