|
@ -243,10 +243,10 @@ public class WeiXinEventProcess {
|
|
// 图文消息图片URL
|
|
// 图文消息图片URL
|
|
String prescription_pic = systemConf.getProperty("patient_prescription_pic");
|
|
String prescription_pic = systemConf.getProperty("patient_prescription_pic");
|
|
// URL设置服务器URL、AppId
|
|
// URL设置服务器URL、AppId
|
|
prescription = prescription.replace("{server}", systemConf.getProperty("wechat_base_url"))
|
|
|
|
.replace("{appId}", systemConf.getProperty("appId"));
|
|
|
|
|
|
prescription = prescription.replace("{server}",wechat_base_url)
|
|
|
|
.replace("{appId}",appId);
|
|
//图片地址
|
|
//图片地址
|
|
prescription_pic = prescription_pic.replace("{server}", systemConf.getProperty("server_url"));
|
|
|
|
|
|
prescription_pic = prescription_pic.replace("{server}",serverUrl);
|
|
|
|
|
|
articlePrescription.put("Url", prescription);
|
|
articlePrescription.put("Url", prescription);
|
|
articlePrescription.put("Title", "处方记录");
|
|
articlePrescription.put("Title", "处方记录");
|