提交 ff95391b 编写于 作者: yongbo.wang's avatar yongbo.wang
上级 05e784a1
...@@ -146,7 +146,7 @@ public class CoreServiceImpl implements CoreService { ...@@ -146,7 +146,7 @@ public class CoreServiceImpl implements CoreService {
wechatUserMapper.updateById(wechatUser); wechatUserMapper.updateById(wechatUser);
} }
String url = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxcf79dbdc24cb684b" String url = "open.weixin.qq.com/connect/oauth2/authorize?appid=wxcf79dbdc24cb684b"
+ "&redirect_uri=https://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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册