Bladeren bron

1、短信签名调整-智企云

dongpo 7 maanden geleden
bovenliggende
commit
8997fdadde

+ 1 - 1
yudao-module-system/yudao-module-system-biz/src/main/java/cn/iocoder/yudao/module/system/framework/sms/core/client/impl/FeigeSmsClient.java

@@ -57,7 +57,7 @@ public class FeigeSmsClient extends AbstractSmsClient {
         Map<String, Object> map = new HashMap<>();
         map.put("apikey", properties.getApiKey());// api接口账号
         map.put("secret", properties.getApiSecret());// api接口秘钥
-        map.put("sign_id", 101760);// 签名id
+        map.put("sign_id", 216447);// 签名id
         map.put("template_id", apiTemplateId);// 模板id
         map.put("mobile", mobile);// 手机号
         String content = MapUtils.convertMap(templateParams).get("code").toString();