Browse Source

更新文案

刘韬 5 years ago
parent
commit
4a8dbd1130

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

@@ -36,7 +36,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
 		if ("演示".equalsIgnoreCase(msgContent)) {
 
 			CustomServiceApi.sendText(inTextMsg.getFromUserName(),
-					"【声明】为保证客户数据隐私安全,电子胶片示例涉及检查信息、用户信息、医疗机构信息等均已经过数据脱敏处理。\n通过以下途径了解更多或联系我们:\n官方网站:<a href=\"http://www.pacsonline.cn\">点击进入</a>\n咨询热线:010-53932350\n电子邮箱:company@pacsonline.cn\n您即将收到数字影像示例,请点击下方消息查看,谢谢您的使用!");
+					"【声明】为保证客户数据隐私安全,数字影像示例涉及检查信息、用户信息、医疗机构信息等均已经过数据脱敏处理。\n通过以下途径了解更多或联系我们:\n官方网站:<a href=\"http://www.pacsonline.cn\">点击进入</a>\n咨询热线:010-53932350\n电子邮箱:company@pacsonline.cn\n您即将收到数字影像示例,请点击下方消息查看,谢谢您的使用!");
 
 			String toUrlString = String.format(
 					"https://wechatclient3.pacsonline.cn/#/reportInfo/report?openid=%s&exam_id=%s&study_id=%s", "test",
@@ -59,7 +59,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
 			renderNull();
 		} else {
 			OutTextMsg outMsgs = new OutTextMsg(inTextMsg);
-			outMsgs.setContent("欢迎关注中世康恺电子胶片平台!\n使用微信或者本公众号内的\"扫一扫\",扫描报告上的二维码,即可查看电子影像和报告\n如有疑问请拨打010-53932350");
+			outMsgs.setContent("欢迎关注!\n使用微信\"扫一扫\",扫描报告上的二维码,即可查看数字影像和报告\n如有疑问请拨打010-53932350");
 			render(outMsgs);
 		}
 	}
@@ -125,8 +125,8 @@ public class WeixinMsgController extends MsgControllerAdapter {
 
 				List<Articles> list = new ArrayList<Articles>();
 				Articles articles1 = new Articles();
-				articles1.setTitle("欢迎关注中世康恺电子胶片平台,点此进入");
-				articles1.setDescription("点击页面绑定手机号或检查信息,立即查看电子胶片");
+				articles1.setTitle("欢迎关注,点此进入");
+				articles1.setDescription("点击页面绑定手机号或检查信息,立即查看数字影像");
 				articles1.setUrl("https://wechatclient3.pacsonline.cn/#/bind?openid=" + inFollowEvent.getFromUserName());
 				articles1.setPicurl("http://work.pacsonline.cn/static/img/banner.e8ee043.png");
 				list.add(articles1);
@@ -135,7 +135,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
 				findUser.setSubscribeStatus(2);
 				findUser.update();
 				OutTextMsg outMsgs = new OutTextMsg(inFollowEvent);
-				outMsgs.setContent("欢迎关注中世康恺电子胶片平台!\n使用微信或者本公众号内的\"扫一扫\",扫描报告上的二维码,即可查看电子影像和报告");
+				outMsgs.setContent("欢迎关注!\n使用微信\"扫一扫\",扫描报告上的二维码,即可查看数字影像和报告");
 				render(outMsgs);
 			}
 		}
@@ -167,7 +167,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
 					findUser.update();
 				}
 				CustomServiceApi.sendText(inQrCodeEvent.getFromUserName(),
-						"【声明】为保证客户数据隐私安全,电子胶片示例涉及检查信息、用户信息、医疗机构信息等均已经过数据脱敏处理。\n通过以下途径了解更多或联系我们:\n官方网站:<a href=\"http://www.pacsonline.cn\">点击进入</a>\n咨询热线:010-53932350\n电子邮箱:company@pacsonline.cn\n您即将收到数字影像示例,请点击下方消息查看,谢谢您的使用!");
+						"【声明】为保证客户数据隐私安全,数字影像示例涉及检查信息、用户信息、医疗机构信息等均已经过数据脱敏处理。\n通过以下途径了解更多或联系我们:\n官方网站:<a href=\"http://www.pacsonline.cn\">点击进入</a>\n咨询热线:010-53932350\n电子邮箱:company@pacsonline.cn\n您即将收到数字影像示例,请点击下方消息查看,谢谢您的使用!");
 
 				String toUrlString = String.format(
 						"https://wechatclient3.pacsonline.cn/#/reportInfo/report?openid=%s&exam_id=%s&study_id=%s",
@@ -204,8 +204,8 @@ public class WeixinMsgController extends MsgControllerAdapter {
 
 				List<Articles> listgz = new ArrayList<Articles>();
 				Articles articles = new Articles();
-				articles.setTitle("欢迎关注中世康恺电子胶片平台,点此进入");
-				articles.setDescription("点击页面绑定手机号或检查信息,立即查看电子胶片");
+				articles.setTitle("欢迎关注,点此进入");
+				articles.setDescription("点击页面绑定手机号或检查信息,立即查看数字影像");
 				articles.setUrl("https://wechatclient3.pacsonline.cn/#/bind?openid=" + inQrCodeEvent.getFromUserName());
 				articles.setPicurl("http://work.pacsonline.cn/static/img/banner.e8ee043.png");
 				listgz.add(articles);
@@ -231,7 +231,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
 					uService.bindUserReport(findUser.getId(), exams);
 				}
 				CustomServiceApi.sendText(inQrCodeEvent.getFromUserName(),
-						"欢迎关注中世康恺电子胶片平台!\n使用微信-\"扫一扫\",扫描报告上的二维码,即可查看电子影像和报告");
+						"欢迎关注!\n使用微信\"扫一扫\",扫描报告上的二维码,即可查看电子影像和报告");
 
 				List<Articles> list = new ArrayList<Articles>();
 				Articles articles1 = new Articles();
@@ -251,7 +251,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
 //					rid);
 			if (arr[1].equals("DEMOCT")) {
 				CustomServiceApi.sendText(inQrCodeEvent.getFromUserName(),
-						"【声明】为保证客户数据隐私安全,电子胶片示例涉及检查信息、用户信息、医疗机构信息等均已经过数据脱敏处理。\n通过以下途径了解更多或联系我们:\n官方网站:<a href=\"http://www.pacsonline.cn\">点击进入</a>\n咨询热线:010-53932350\n电子邮箱:company@pacsonline.cn\n您即将收到数字影像示例,请点击下方消息查看,谢谢您的使用!");
+						"【声明】为保证客户数据隐私安全,数字影像示例涉及检查信息、用户信息、医疗机构信息等均已经过数据脱敏处理。\n通过以下途径了解更多或联系我们:\n官方网站:<a href=\"http://www.pacsonline.cn\">点击进入</a>\n咨询热线:010-53932350\n电子邮箱:company@pacsonline.cn\n您即将收到数字影像示例,请点击下方消息查看,谢谢您的使用!");
 
 				String toUrlString = String.format(
 						"https://wechatclient3.pacsonline.cn/#/reportInfo/report?openid=%s&exam_id=%s&study_id=%s",

+ 1 - 6
PacsOnline_Wechat_Patient/src/main/resources/config.properties

@@ -4,7 +4,7 @@ user     = pacs_pro
 password = Zskk@2019~!@#
 devMode  = true
 
-#Wechat-ZhongShiKangKaiDianZiJiaoPianPingTai
+#Wechat-SHUZIYINGXIANGYUN
 appId_zskk    = wx1f3dc2c37dce641b
 appSecret_zskk= 013c469bbd9e892a693f3375fdf4537e
 token_zskk    = zhongshikangkai2019
@@ -19,11 +19,6 @@ appId_ln    = wx2f0834870403c54e
 appSecret_ln= 8c680120506ede6e915d0a38d214b67f
 token_ln    = zhongshikangkai2019
 
-#Wechat-ceshi
-appId_cs    = wxee1c68f8944d357b
-appSecret_cs= 1bc0128b6bbb3907c3bcf4a1704f2a1f
-token_cs    = zhongshikangkai2019
-
 #Wechat-HeNanShengDianZiJiaoPianPingTai
 appId_hn    = wx02945ec1b2af52a8
 appSecret_hn= e81b284cdc4c173e588844db190cae3c