Browse Source

问卷测试2

付宇 2 tuần trước cách đây
mục cha
commit
03369ca277

+ 4 - 0
PacsOnline_Wechat_Patient/src/main/java/com/zskk/controller/WebBridgeController.java

@@ -61,6 +61,10 @@ public class WebBridgeController extends ApiController {
 		this.process("https://question.pacsonline.cn/#/home");
 	}
 
+	public void qatest2() {
+		this.process("https://we.pacsonline.cn/#/home");
+	}
+
 	public void valuedetail() {
 		this.process("https://wc4.pacsonline.cn/value/#/detail/" + this.getPara("id"));
 	}

+ 6 - 0
PacsOnline_Wechat_Patient/src/main/java/com/zskk/controller/WeixinMsgController.java

@@ -113,6 +113,12 @@ public class WeixinMsgController extends MsgControllerAdapter {
 			CustomServiceApi.sendText(inTextMsg.getFromUserName(),
 					"测试链接:\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();
 		}  else if ("课程测试".equalsIgnoreCase(msgContent)) {