|
@@ -50,7 +50,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
|
|
|
renderNull();
|
|
|
} else {
|
|
|
OutTextMsg outMsgs = new OutTextMsg(inTextMsg);
|
|
|
- outMsgs.setContent("通过以下途径了解更多或联系我们:\n官方网站:<a href=\"http://www.pacsonline.cn\">点击进入</a>\n咨询热线:010-53932350\n电子邮箱:company@pacsonline.cn");
|
|
|
+ outMsgs.setContent("欢迎关注中世康恺电子胶片平台!\n使用微信或者本公众号内的\"扫一扫\",扫描报告上的二维码,即可查看电子影像和报告\n如有疑问请拨打010-53932350");
|
|
|
render(outMsgs);
|
|
|
}
|
|
|
}
|
|
@@ -107,9 +107,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
|
|
|
protected void processInFollowEvent(InFollowEvent inFollowEvent) {
|
|
|
if (InFollowEvent.EVENT_INFOLLOW_SUBSCRIBE.equals(inFollowEvent.getEvent())) {
|
|
|
log.debug("关注:" + inFollowEvent.getFromUserName());
|
|
|
- OutTextMsg outMsgs = new OutTextMsg(inFollowEvent);
|
|
|
- outMsgs.setContent("医生朋友您好,欢迎关注中世康恺云协作!\n点击\"本院报告\"绑定手机号与您的PACS Online账户关联即可使用本服务");
|
|
|
- render(outMsgs);
|
|
|
+
|
|
|
}
|
|
|
// 如果为取消关注事件,将无法接收到传回的信息
|
|
|
if (InFollowEvent.EVENT_INFOLLOW_UNSUBSCRIBE.equals(inFollowEvent.getEvent())) {
|