admin
2022-05-19 a44f2c3b5db92069ea2813ecf8cb12a6ab3b2203
app/src/main/java/com/yeshi/makemoney/app/controller/client/api/SMSController.java
@@ -59,9 +59,13 @@
            String appKey = systemConfigService.getValueCache(acceptData.getSystem(), SystemConfigKey.tencentSMSAppKey);
            SmsSingleSenderResult result =
                    TencentSMSUtil.sendSingleMsg(Integer.parseInt(appId), appKey, phone, msg.replace("{验证码}", code));
            if (result.result == 0) {
            verifyCodeManager.sendSMSSuccess(acceptData.getSystem(), phone, code);
            return JsonUtil.loadTrueResult("");
        } else {
                return JsonUtil.loadFalseResult("验证码发送失败,请稍后再试");
            }
        } else {
            return JsonUtil.loadFalseResult("服务器繁忙,请稍后再试");
        }