|
@@ -117,7 +117,13 @@ public class WeixinMsgController extends MsgControllerAdapter {
|
|
|
} else if ("课程测试".equalsIgnoreCase(msgContent)) {
|
|
|
|
|
|
CustomServiceApi.sendText(inTextMsg.getFromUserName(),
|
|
|
- "测试链接:\n<a href=\"https://wechat.pacsonline.cn/wx_patient/web/valuetest\">点击进入</a>");
|
|
|
+ "课程测试链接:\n<a href=\"https://wechat.pacsonline.cn/wx_patient/web/valuetest\">点击进入</a>");
|
|
|
+
|
|
|
+ renderNull();
|
|
|
+ } else if ("我的课程测试".equalsIgnoreCase(msgContent)) {
|
|
|
+
|
|
|
+ CustomServiceApi.sendText(inTextMsg.getFromUserName(),
|
|
|
+ "我的课程测试\n<a href=\"https://wechat.pacsonline.cn/wx_patient/web/myvalue\">点击进入</a>");
|
|
|
|
|
|
renderNull();
|
|
|
} else if ("扫码".equalsIgnoreCase(msgContent)) {
|