Commit aeec86d1 authored by 施翔轲's avatar 施翔轲

修改新增租户短信模板

parent d94dfb44
...@@ -218,11 +218,11 @@ public class ISysTenantServiceImpl implements ISysTenantService { ...@@ -218,11 +218,11 @@ public class ISysTenantServiceImpl implements ISysTenantService {
//租户新增成功,发送短信通知租户 //租户新增成功,发送短信通知租户
//此处暂用钉钉机器人模拟发送短信 //此处暂用钉钉机器人模拟发送短信
String content = "【央企数字经营管理系统通知】:" String content = "【短信通知】:"
+ bo.getContactUserName() + bo.getContactUserName()
+ "您好,您已经成功注册央企数字经营管理系统,请使用手机号码登录,初始密码为" + ",您好,您已经成功开通数字化经营管理系统,请使用手机号码登录,初始密码为"
+ password + password
+ "。友情提示:为了您的账号安全,请勿泄露密码。若需要修改密码,请联系管理员。"; + "。友情提示:为了您的账号安全,请勿泄露密码。";
DingTalkUtil.sendDingTalkMsg(content); DingTalkUtil.sendDingTalkMsg(content);
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment