|
@ -105,7 +105,7 @@ public class WeiXinEventProcess {
|
|
|
// 图文URL
|
|
|
String urlBooking = systemConf.getProperty("patient_booking_url");
|
|
|
// 图文消息图片URL
|
|
|
String picUrlBooking = systemConf.getProperty("patient_operatinginstrutions_pic_url");
|
|
|
String picUrlBooking = systemConf.getProperty("patient_booking_pic_url");
|
|
|
// URL设置服务器URL、AppId
|
|
|
urlBooking = urlBooking.replace("{server}", systemConf.getProperty("wechat_base_url"))
|
|
|
.replace("{appId}", systemConf.getProperty("appId"));
|
|
@ -123,7 +123,7 @@ public class WeiXinEventProcess {
|
|
|
// 图文URL
|
|
|
String urlDevice = systemConf.getProperty("patient_device_url");
|
|
|
// 图文消息图片URL
|
|
|
String picUrlDevice = systemConf.getProperty("patient_operatinginstrutions_pic_url");
|
|
|
String picUrlDevice = systemConf.getProperty("patient_device_pic_url");
|
|
|
// URL设置服务器URL、AppId
|
|
|
urlDevice = urlDevice.replace("{server}", systemConf.getProperty("wechat_base_url"))
|
|
|
.replace("{appId}", systemConf.getProperty("appId"));
|
|
@ -141,7 +141,7 @@ public class WeiXinEventProcess {
|
|
|
// 图文URL
|
|
|
String urlFamily = systemConf.getProperty("patient_family_url");
|
|
|
// 图文消息图片URL
|
|
|
String picUrlFamily = systemConf.getProperty("patient_operatinginstrutions_pic_url");
|
|
|
String picUrlFamily = systemConf.getProperty("patient_family_pic_url");
|
|
|
// URL设置服务器URL、AppId
|
|
|
urlFamily = urlFamily.replace("{server}", systemConf.getProperty("wechat_base_url"))
|
|
|
.replace("{appId}", systemConf.getProperty("appId"));
|
|
@ -214,7 +214,7 @@ public class WeiXinEventProcess {
|
|
|
// 图文URL
|
|
|
String urlBooking = systemConf.getProperty("patient_booking_url");
|
|
|
// 图文消息图片URL
|
|
|
String picUrlBooking = systemConf.getProperty("patient_operatinginstrutions_pic_url");
|
|
|
String picUrlBooking = systemConf.getProperty("patient_booking_pic_url");
|
|
|
// URL设置服务器URL、AppId
|
|
|
urlBooking = urlBooking.replace("{server}", systemConf.getProperty("wechat_base_url"))
|
|
|
.replace("{appId}", systemConf.getProperty("appId"));
|
|
@ -232,7 +232,7 @@ public class WeiXinEventProcess {
|
|
|
// 图文URL
|
|
|
String urlDevice = systemConf.getProperty("patient_device_url");
|
|
|
// 图文消息图片URL
|
|
|
String picUrlDevice = systemConf.getProperty("patient_operatinginstrutions_pic_url");
|
|
|
String picUrlDevice = systemConf.getProperty("patient_device_pic_url");
|
|
|
// URL设置服务器URL、AppId
|
|
|
urlDevice = urlDevice.replace("{server}", systemConf.getProperty("wechat_base_url"))
|
|
|
.replace("{appId}", systemConf.getProperty("appId"));
|
|
@ -250,7 +250,7 @@ public class WeiXinEventProcess {
|
|
|
// 图文URL
|
|
|
String urlFamily = systemConf.getProperty("patient_family_url");
|
|
|
// 图文消息图片URL
|
|
|
String picUrlFamily = systemConf.getProperty("patient_operatinginstrutions_pic_url");
|
|
|
String picUrlFamily = systemConf.getProperty("patient_family_pic_url");
|
|
|
// URL设置服务器URL、AppId
|
|
|
urlFamily = urlFamily.replace("{server}", systemConf.getProperty("wechat_base_url"))
|
|
|
.replace("{appId}", systemConf.getProperty("appId"));
|