修改bug

This commit is contained in:
yangjun 2026-02-09 10:31:19 +08:00
parent f1f480fc21
commit a3f35c9298
3 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,7 @@ public enum DySmsEnum {
/**修改密码短信模板编码*/
CHANGE_PASSWORD_TEMPLATE_CODE("SMS_465391221","敲敲云","code"),
/**注册账号短信模板编码*/
REGISTER_TEMPLATE_CODE("SMS_175430166","敲敲云","code");
REGISTER_TEMPLATE_CODE("SMS_319245237","敲敲云","code");
/**
* 短信模板编码

View File

@ -118,6 +118,7 @@ public class DySmsHelper {
boolean result = false;
logger.info("{phone:" + phone+",signName:" + signName+",templateCode:"+ templateCode+",templateParamJson:"+templateParamJson.toJSONString()+"}");
//hint 此处可能会抛出异常注意catch
SendSmsResponse sendSmsResponse = acsClient.getAcsResponse(request);
logger.info("短信接口返回的数据----------------");

View File

@ -260,8 +260,8 @@ jeecg:
excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/bigscreen/category/**,/bigscreen/visual/**,/bigscreen/map/**,/jmreport/bigscreen2/**
#阿里云oss存储和大鱼短信秘钥配置
oss:
accessKey: LTAI5tB9WHDf3BZsTcQ64Knc
secretKey: QWwOazCWWZxV7ovqgGGfSCpQcUevUZ
accessKey: LTAI5t6NYUi1s3AyFmEAp6xe
secretKey: 5CH5Ut8vKw5HhgnHyN5GxEKGfysWAL
endpoint: oss-cn-beijing.aliyuncs.com
bucketName: jeecgdev
# 短信模板