|
@@ -140,7 +140,7 @@ public class ChangeAdminController extends BaseController {
|
|
|
data.put("vipName", userAccount.getVipName());
|
|
data.put("vipName", userAccount.getVipName());
|
|
|
data.put("type", "更换管理员");
|
|
data.put("type", "更换管理员");
|
|
|
// TODO 邮件认证地址
|
|
// TODO 邮件认证地址
|
|
|
- data.put("url", getFrontUrl() + "/sso/resetPwd/check/question?token="+existToken.getId());
|
|
|
|
|
|
|
+ data.put("url", getFrontUrl() + "/change/changeManagerSecondStep?token="+existToken.getId());
|
|
|
|
|
|
|
|
// 发送邮件
|
|
// 发送邮件
|
|
|
String email = userAccount.getEmail();
|
|
String email = userAccount.getEmail();
|