|
@ -95,7 +95,7 @@ public class DoctorFeldsherTemplateService extends BaseService {
|
|
sendJson.put("keyword2", dateFormat.format(new Date()));
|
|
sendJson.put("keyword2", dateFormat.format(new Date()));
|
|
sendJson.put("first", first);
|
|
sendJson.put("first", first);
|
|
sendJson.put("remark", remark);
|
|
sendJson.put("remark", remark);
|
|
sendJson.put("url", url+ "openid=" + openId +"&toUser=" + patient + "&toName=" +name);//带参数的模板跳转链接
|
|
|
|
|
|
sendJson.put("url", url+ "&openid=" + openId +"&toUser=" + patient + "&toName=" +name);//带参数的模板跳转链接
|
|
sendJson.put("toUser", patient);//带参数的模板跳转链接
|
|
sendJson.put("toUser", patient);//带参数的模板跳转链接
|
|
pushMsgTask.putWxMsg(weiXinAccessTokenUtils.getAccessToken(), 11, openId, name, sendJson);
|
|
pushMsgTask.putWxMsg(weiXinAccessTokenUtils.getAccessToken(), 11, openId, name, sendJson);
|
|
//发送代理人
|
|
//发送代理人
|