Browse Source

课程测试

付宇 2 days ago
parent
commit
a83f2fec11

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

@@ -63,6 +63,11 @@ public class WebBridgeController extends ApiController {
 	public void valuetest() {
 	public void valuetest() {
 		this.process("https://wc4.pacsonline.cn/value/#/home");
 		this.process("https://wc4.pacsonline.cn/value/#/home");
 	}
 	}
+
+	public void myvalue() {
+		this.process("https://wc4.pacsonline.cn/value/#/myPsychology");
+	}
+
 	public void xianyangtest() {
 	public void xianyangtest() {
 		this.process("https://zskkyxycs-gzh.xys12345.cn");
 		this.process("https://zskkyxycs-gzh.xys12345.cn");
 	}
 	}

+ 7 - 1
PacsOnline_Wechat_Patient/src/main/java/com/zskk/controller/WeixinMsgController.java

@@ -117,7 +117,13 @@ public class WeixinMsgController extends MsgControllerAdapter {
 		}  else if ("课程测试".equalsIgnoreCase(msgContent)) {
 		}  else if ("课程测试".equalsIgnoreCase(msgContent)) {
 
 
 			CustomServiceApi.sendText(inTextMsg.getFromUserName(),
 			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();
 			renderNull();
 		} else if ("扫码".equalsIgnoreCase(msgContent)) {
 		} else if ("扫码".equalsIgnoreCase(msgContent)) {