|
@@ -1226,7 +1226,7 @@ public class AgencyController extends BaseController {
|
|
String accessToken = weChatService.getAccessToken();
|
|
String accessToken = weChatService.getAccessToken();
|
|
String auditTime = (new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")).format(date);
|
|
String auditTime = (new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")).format(date);
|
|
|
|
|
|
- String pagePath = "https://www.caimei365.com/";
|
|
|
|
|
|
+ String pagePath = "/pages/login/apply?userBehaviorType=model";
|
|
for (String openid : openidList) {
|
|
for (String openid : openidList) {
|
|
weChatService.sendTemplateMsg(accessToken, openid, auditTime, pagePath);
|
|
weChatService.sendTemplateMsg(accessToken, openid, auditTime, pagePath);
|
|
}
|
|
}
|
|
@@ -1260,7 +1260,7 @@ public class AgencyController extends BaseController {
|
|
String accessToken = weChatService.getAccessToken();
|
|
String accessToken = weChatService.getAccessToken();
|
|
String auditTime = (new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")).format(date);
|
|
String auditTime = (new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")).format(date);
|
|
String auditResult = auditNote;
|
|
String auditResult = auditNote;
|
|
- String pagePath = "https://www.caimei365.com/";
|
|
|
|
|
|
+ String pagePath = "/pages/login/apply?userBehaviorType=model";
|
|
for (String openid : openidList) {
|
|
for (String openid : openidList) {
|
|
weChatService.sendTemplateMessg(accessToken, openid, auditResult, auditTime, pagePath);
|
|
weChatService.sendTemplateMessg(accessToken, openid, auditResult, auditTime, pagePath);
|
|
}
|
|
}
|