x1ongzhu před 6 roky
rodič
revize
37e462edfb

+ 1 - 1
src/main/java/com/izouma/walkchina/service/TeamService.java

@@ -278,7 +278,7 @@ public class TeamService {
         templateData.add(new WxMaTemplateData("keyword1", "你的好友" + userInfo.getNickname() + "邀请您继续比赛"));
         templateData.add(new WxMaTemplateData("keyword2", "点击进入小程序"));
         WxMaTemplateMessage msg = new WxMaTemplateMessage(targetUserInfo.getOpenId(), "dSqxPurf6VpMUwUD0bhF7Hwt4fA5y_Pa441MepRWScE",
-                                                          "/pages/home/home", formId, templateData, null);
+                                                          "/pages/login/login", formId, templateData, null);
         wxMaService.getMsgService().sendTemplateMsg(msg);
     }