ソースを参照

fix 账号模板跳转

zoujiajian 3 年 前
コミット
273f8823d6

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/mange/account/CmsAccountServiceImpl.java

@@ -63,7 +63,7 @@ public class CmsAccountServiceImpl extends ServiceImpl<AccountMapper, Account> i
 				.field(GroupsRelationView::getAccountId, account.getId()).op(Operator.Equal)
 				.field(GroupsRelationView::getStatus, "validity").op(Operator.Equal)
 				.build());
-		String url = String.format("%sauth/weChat?url=%syinhe/web/mine", envCommonService.getHost(), envCommonService.getDomain());
+		String url = String.format("%sauth/weChat?url=%syinhe/web/ticket", envCommonService.getHost(), envCommonService.getDomain());
 		log.info("开始发送账号修改密码模板消息,大小:{}", relations.size());
 		for (GroupsRelationView relation : relations) {
 			TemplateEnum templateEnum = TemplateEnum.PLAT_ACCOUNT_UPDATE_PRD_TEMPLATE;