Browse Source

更新文案

刘韬 3 years ago
parent
commit
8dcd0ec59a

+ 2 - 2
PacsOnline_Wechat_Doctor/src/main/java/com/zskk/controller/WeixinMsgController.java

@@ -33,7 +33,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=\"https://www.pacsonline.cn\">点击进入</a>\n咨询热线:010-53675656\n电子邮箱:company@pacsonline.cn\n您即将收到数字影像示例,请点击下方消息查看,谢谢您的使用!");
 
 			String toUrlString = String.format(
 					"https://wechatclient3.pacsonline.cn/#/reportInfo/report?openid=%s&exam_id=%s&study_id=%s", "test",
@@ -50,7 +50,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
 			renderNull();
 		}  else {
 			OutTextMsg outMsgs = new OutTextMsg(inTextMsg);
-			outMsgs.setContent("通过以下途径了解更多或联系我们:\n官方网站:<a href=\"http://www.pacsonline.cn\">点击进入</a>\n咨询热线:010-53932350\n电子邮箱:company@pacsonline.cn");
+			outMsgs.setContent("通过以下途径了解更多或联系我们:\n官方网站:<a href=\"https://www.pacsonline.cn\">点击进入</a>\n咨询热线:010-53675656\n电子邮箱:company@pacsonline.cn");
 			render(outMsgs);
 		}
 	}