LAPTOP-5NTQJPUS\LT 11 months ago
parent
commit
919d8c0784

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

@@ -41,6 +41,11 @@ public class WebBridgeController extends ApiController {
 		this.processYst("https://test.ctc-medicine.com/yst_itcm/wisdomTcm?sourcePltCode=64406&sourceCompanyId=820240828266");
 	}
 	
+	public void yst() {
+		this.processYst("https://hzy.ctc-medicine.com/yst_itcm/wisdomTcm?sourcePltCode=64406&sourceCompanyId=820240830332");
+	}
+	
+	
 	public void test5() {
 		this.process("https://wc4.pacsonline.cn/#/filmQuery?institution_id=13000003");
 	}

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

@@ -63,7 +63,13 @@ public class WeixinMsgController extends MsgControllerAdapter {
 					"智慧中医测试链接:\n<a href=\"https://wechat.pacsonline.cn/wx_patient/web/ystTest\">点击进入</a>");
 
 			renderNull();
-		} else if ("扫码".equalsIgnoreCase(msgContent)) {
+		} else if ("玉生堂入口".equalsIgnoreCase(msgContent)) {
+
+			CustomServiceApi.sendText(inTextMsg.getFromUserName(),
+					"智慧中医正式链接:\n<a href=\"https://wechat.pacsonline.cn/wx_patient/web/yst\">点击进入</a>");
+
+			renderNull();
+		}else if ("扫码".equalsIgnoreCase(msgContent)) {
 
 			CustomServiceApi.sendText(inTextMsg.getFromUserName(),
 					"模拟扫码,\n<a href=\"https://wechat.pacsonline.cn/wx_patient/web/test5\">查询报告</a>");