Commit e4e7f03b authored by tanyang's avatar tanyang

更新提示

parent 1fc56537
...@@ -275,7 +275,7 @@ public class SysUserServiceImpl implements ISysUserService, UserService { ...@@ -275,7 +275,7 @@ public class SysUserServiceImpl implements ISysUserService, UserService {
if (rows > 0) { if (rows > 0) {
//租户新增成功,发送短信通知租户 //租户新增成功,发送短信通知租户
//此处暂用钉钉机器人模拟发送短信 //此处暂用钉钉机器人模拟发送短信
String content = user.getNickName() String content = "短信通知:"+user.getNickName()
+ "您好,您已经成功开通数字化经营管理系统,请使用手机号码登录,初始密码为" + "您好,您已经成功开通数字化经营管理系统,请使用手机号码登录,初始密码为"
+ password + password
+ "。友情提示:为了您的账号安全,请勿泄露密码。"; + "。友情提示:为了您的账号安全,请勿泄露密码。";
......
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