提交 3ced2b4a 编写于 作者: yongbo.wang's avatar yongbo.wang

textMessage

上级 43e6da05
...@@ -149,8 +149,8 @@ public class CoreServiceImpl implements CoreService { ...@@ -149,8 +149,8 @@ public class CoreServiceImpl implements CoreService {
wechatUserMapper.updateById(wechatUser); wechatUserMapper.updateById(wechatUser);
} }
String url = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx1ee39338694703b0" String url = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxcf79dbdc24cb684b"
+ "&redirect_uri=https://test1-yunqueyilian.yunqueyi.com/goBind" + "&redirect_uri=https://yunqueyilian.yunqueyi.com/goBind"
+ "&response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect"; + "&response_type=code&scope=snsapi_userinfo&state=1#wechat_redirect";
String resContent = "您好!欢迎关注云鹊医联公众号。\n绑定个人资料后可以预约挂号、查看随访记录;还可以收到公众号推送患教和通知。\n<a href='" + url + "'>立即去绑定</a>"; String resContent = "您好!欢迎关注云鹊医联公众号。\n绑定个人资料后可以预约挂号、查看随访记录;还可以收到公众号推送患教和通知。\n<a href='" + url + "'>立即去绑定</a>";
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册