|
@ -556,9 +556,9 @@ public class TasyNatService {
|
|
|
key.put("key5",key5);
|
|
|
key.put("remark",remark);
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("tempateId",wxTemplateConfigDO1.getTemplateId());//
|
|
|
jsonObject.put("template_id",wxTemplateConfigDO1.getTemplateId());//
|
|
|
jsonObject.put("data",key);
|
|
|
jsonObject.put("openId",openId);
|
|
|
jsonObject.put("touser",openId);
|
|
|
jsonObject.put("url",url);
|
|
|
logger.info("核酸检测支付成功模板消息推送param"+jsonObject.toString());
|
|
|
String tmResilt= tmpPush(jsonObject);
|
|
@ -594,9 +594,9 @@ public class TasyNatService {
|
|
|
key.put("key5",key5);
|
|
|
key.put("remark",remark);
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("tempateId",wxTemplateConfigDO1.getTemplateId());//
|
|
|
jsonObject.put("template_id",wxTemplateConfigDO1.getTemplateId());//
|
|
|
jsonObject.put("data",key);
|
|
|
jsonObject.put("openId",openId);
|
|
|
jsonObject.put("touser",openId);
|
|
|
jsonObject.put("url",url);
|
|
|
logger.info("核酸检测支付提醒模板消息推送param"+jsonObject.toString());
|
|
|
String tmResilt= tmpPush(jsonObject);
|
|
@ -629,9 +629,9 @@ public class TasyNatService {
|
|
|
key.put("key4",key4);
|
|
|
key.put("remark",remark);
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("tempateId",wxTemplateConfigDO1.getTemplateId());//
|
|
|
jsonObject.put("template_id",wxTemplateConfigDO1.getTemplateId());//
|
|
|
jsonObject.put("data",key);
|
|
|
jsonObject.put("openId",openId);
|
|
|
jsonObject.put("touser",openId);
|
|
|
jsonObject.put("url",url);
|
|
|
logger.info("核酸检测预约成功模板消息推送param"+jsonObject.toString());
|
|
|
String tmResilt= tmpPush(jsonObject);
|