|
@@ -56,6 +56,12 @@ public class WeixinMsgController extends MsgControllerAdapter {
|
|
|
CustomServiceApi.sendText(inTextMsg.getFromUserName(),
|
|
|
"测试链接,\n<a href=\"https://wechat.pacsonline.cn/wx_patient/web/test4\">点击报名</a>");
|
|
|
|
|
|
+ renderNull();
|
|
|
+ } else if ("扫码".equalsIgnoreCase(msgContent)) {
|
|
|
+
|
|
|
+ CustomServiceApi.sendText(inTextMsg.getFromUserName(),
|
|
|
+ "模拟扫码,\n<a href=\"https://wechat.pacsonline.cn/wx_patient/web/test5\">查询报告</a>");
|
|
|
+
|
|
|
renderNull();
|
|
|
} else {
|
|
|
OutTextMsg outMsgs = new OutTextMsg(inTextMsg);
|