|
@@ -113,6 +113,12 @@ public class WeixinMsgController extends MsgControllerAdapter {
|
|
|
CustomServiceApi.sendText(inTextMsg.getFromUserName(),
|
|
CustomServiceApi.sendText(inTextMsg.getFromUserName(),
|
|
|
"测试链接:\n<a href=\"https://wechat.pacsonline.cn/wx_patient/web/qatest\">点击进入</a>");
|
|
"测试链接:\n<a href=\"https://wechat.pacsonline.cn/wx_patient/web/qatest\">点击进入</a>");
|
|
|
|
|
|
|
|
|
|
+ renderNull();
|
|
|
|
|
+ } else if ("问卷测试2".equalsIgnoreCase(msgContent)) {
|
|
|
|
|
+
|
|
|
|
|
+ CustomServiceApi.sendText(inTextMsg.getFromUserName(),
|
|
|
|
|
+ "测试链接:\n<a href=\"https://wechat.pacsonline.cn/wx_patient/web/qatest2\">点击进入</a>");
|
|
|
|
|
+
|
|
|
renderNull();
|
|
renderNull();
|
|
|
} else if ("课程测试".equalsIgnoreCase(msgContent)) {
|
|
} else if ("课程测试".equalsIgnoreCase(msgContent)) {
|
|
|
|
|
|