|
@ -335,7 +335,7 @@ public class PhysicalExaminationRemindService extends BaseService {
|
|
|
String mobile = patient.getMobile();
|
|
|
Boolean flag = true;
|
|
|
// 推送消息给微信端
|
|
|
String url = "huanzhe/html/jiankangtijian.html?openid=" + patient.getOpenid() +"&toUser="+patient.getCode()+"&toName=" + patient.getName();
|
|
|
String url = "jkda/html/jiankangtijian.html?openid=" + patient.getOpenid() +"&toUser="+patient.getCode()+"&toName=" + patient.getName();
|
|
|
String first = "您的家庭医生" + doctName + "提醒,您可以到签约社区进行免费的健康体检啦~";
|
|
|
JSONObject json = new org.json.JSONObject();
|
|
|
json.put("first",first);
|