mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-31 22:19:35 +08:00
短信引擎保存
This commit is contained in:
@@ -101,7 +101,6 @@ public class SettingSmsServiceImpl implements ISettingSmsService {
|
||||
map.put("secretKey", params.getOrDefault("secretKey", ""));
|
||||
break;
|
||||
case "tencent":
|
||||
System.out.println("来了吗");
|
||||
map.put("name", "腾讯云短信");
|
||||
map.put("alias", "aliyun");
|
||||
map.put("sign", params.getOrDefault("sign", ""));
|
||||
@@ -109,6 +108,8 @@ public class SettingSmsServiceImpl implements ISettingSmsService {
|
||||
map.put("secretId", params.getOrDefault("secretId", ""));
|
||||
map.put("secretKey", params.getOrDefault("secretKey", ""));
|
||||
break;
|
||||
case "huawei":
|
||||
break;
|
||||
}
|
||||
|
||||
ConfigUtil.set("sms", params.get("alias"), JSON.toJSONString(map));
|
||||
|
||||
Reference in New Issue
Block a user