Commit d0ecd686 by 田超

Merge branch 'feature/1006001' into 'master'

feat: [1005883] 小睿消息优化

See merge request rays/pcloud-book!1452
parents d4b7ff1b f9527942
...@@ -381,7 +381,7 @@ public class CultivateNotifyBizImpl implements CultivateNotifyBiz { ...@@ -381,7 +381,7 @@ public class CultivateNotifyBizImpl implements CultivateNotifyBiz {
String text1 = "小睿新鲜事"; String text1 = "小睿新鲜事";
String text2 = title; String text2 = title;
String first = "推送消息提醒"; String first = "推送消息提醒";
String page = "pages/notify/index"; String page = "pages/notify/message/index?messageType=1";
templateConsr.sendTempletMessage4Project(text1, text2, wechatUserId, page, first); templateConsr.sendTempletMessage4Project(text1, text2, wechatUserId, page, first);
}); });
} }
......
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