|
@ -62,6 +62,7 @@ public class DoctorFeldsherTemplateService extends BaseService {
|
|
sendJson.put("first", first);
|
|
sendJson.put("first", first);
|
|
sendJson.put("remark", remark);
|
|
sendJson.put("remark", remark);
|
|
sendJson.put("url", url);//带参数的模板跳转链接
|
|
sendJson.put("url", url);//带参数的模板跳转链接
|
|
|
|
sendJson.put("toUser", patient);//带参数的模板跳转链接
|
|
pushMsgTask.putWxMsg(weiXinAccessTokenUtils.getAccessToken(), 11, openId, name, sendJson);
|
|
pushMsgTask.putWxMsg(weiXinAccessTokenUtils.getAccessToken(), 11, openId, name, sendJson);
|
|
//发送代理人
|
|
//发送代理人
|
|
jsonArray = weiXinOpenIdUtils.getAgentOpenId(patient, openId);
|
|
jsonArray = weiXinOpenIdUtils.getAgentOpenId(patient, openId);
|
|
@ -95,6 +96,7 @@ public class DoctorFeldsherTemplateService extends BaseService {
|
|
sendJson.put("first", first);
|
|
sendJson.put("first", first);
|
|
sendJson.put("remark", remark);
|
|
sendJson.put("remark", remark);
|
|
sendJson.put("url", url);//带参数的模板跳转链接
|
|
sendJson.put("url", url);//带参数的模板跳转链接
|
|
|
|
sendJson.put("toUser", patient);//带参数的模板跳转链接
|
|
pushMsgTask.putWxMsg(weiXinAccessTokenUtils.getAccessToken(), 11, openId, name, sendJson);
|
|
pushMsgTask.putWxMsg(weiXinAccessTokenUtils.getAccessToken(), 11, openId, name, sendJson);
|
|
//发送代理人
|
|
//发送代理人
|
|
jsonArray = weiXinOpenIdUtils.getAgentOpenId(patient, openId);
|
|
jsonArray = weiXinOpenIdUtils.getAgentOpenId(patient, openId);
|