Browse Source

测试报告解读

付宇 5 months ago
parent
commit
7121771a9c

+ 4 - 5
PacsOnline_Wechat_Patient/src/main/java/com/zskk/controller/WeixinMsgController.java

@@ -62,17 +62,16 @@ public class WeixinMsgController extends MsgControllerAdapter {
 		} if ("报告解读测试".equalsIgnoreCase(msgContent)) {
 		} if ("报告解读测试".equalsIgnoreCase(msgContent)) {
 //			CustomServiceApi.sendText(inTextMsg.getFromUserName(),
 //			CustomServiceApi.sendText(inTextMsg.getFromUserName(),
 //			"演示系统将于2021年4月2-5日升级,如有疑问请联系客户经理,感谢您的支持");
 //			"演示系统将于2021年4月2-5日升级,如有疑问请联系客户经理,感谢您的支持");
-			CustomServiceApi.sendText(inTextMsg.getFromUserName(), AUTO_MSG);
-
+			// CustomServiceApi.sendText(inTextMsg.getFromUserName(), AUTO_MSG);
 
 
 			List<Articles> list = new ArrayList<Articles>();
 			List<Articles> list = new ArrayList<Articles>();
 			Articles articles1 = new Articles();
 			Articles articles1 = new Articles();
-			articles1.setTitle("【数字影像示例】点击查看本次影像和报告");
-			articles1.setDescription("欢迎使用冠医云-数字影像服务!\n点击进入查看详情,您可以分享给家属或医生,还可以随时在\"个人中心-我的检查列表\"中查看本次影像和报告");
+			articles1.setTitle("【报告解读测试】");
+			articles1.setDescription("欢迎使用冠医云-报告解读服务!\n点击进入查看详情,您可以分享给家属或医生,还可以随时在\"个人中心-我的检查列表\"中查看本次影像和报告");
 			articles1.setPicurl("https://ris4.pacsonline.cn/assets/ris_logo.7e42397f.png");
 			articles1.setPicurl("https://ris4.pacsonline.cn/assets/ris_logo.7e42397f.png");
 			articles1.setUrl(AI_REPORT_DEMO_URL);
 			articles1.setUrl(AI_REPORT_DEMO_URL);
 			list.add(articles1);
 			list.add(articles1);
-			CustomServiceApi.sendNews(inTextMsg.getFromUserName(), list);
+			// CustomServiceApi.sendNews(inTextMsg.getFromUserName(), list);
 			renderNull();
 			renderNull();
 		} 
 		}