|
@@ -78,7 +78,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
|
|
|
} else {
|
|
|
OutTextMsg outMsgs = new OutTextMsg(inTextMsg);
|
|
|
outMsgs.setContent("欢迎关注!\n使用微信\"扫一扫\",扫描报告上的二维码,即可查看电子影像和报告\n如您在使用过程中遇到问题请拨打客服热线:010-53670138"
|
|
|
- + "\n在线客服:<a href=\"https://work.weixin.qq.com/kfid/kfc5e4cb6d475c57fb4\">冠医云小助手</a>"
|
|
|
+ + "\n在线客服:<a href=\"https://work.weixin.qq.com/kfid/kfc5e4cb6d475c57fb4\">点击进入</a>"
|
|
|
);
|
|
|
render(outMsgs);
|
|
|
|