|
@ -368,7 +368,6 @@ public class XzyyPrescriptionService extends BaseJpaService<WlyyPrescriptionDO,
|
|
head.put("clientId",clientId);
|
|
head.put("clientId",clientId);
|
|
head.put("templateId",templateId);
|
|
head.put("templateId",templateId);
|
|
head.put("clientSecret",clientSecret);
|
|
head.put("clientSecret",clientSecret);
|
|
head.put("selfSign",true);
|
|
|
|
msg.put("head",head);
|
|
msg.put("head",head);
|
|
JSONObject body = new JSONObject();
|
|
JSONObject body = new JSONObject();
|
|
body.put("urId",urId);
|
|
body.put("urId",urId);
|
|
@ -383,7 +382,7 @@ public class XzyyPrescriptionService extends BaseJpaService<WlyyPrescriptionDO,
|
|
body.put("openId",openId);
|
|
body.put("openId",openId);
|
|
msg.put("body",body);
|
|
msg.put("body",body);
|
|
object.put("msg",msg);
|
|
object.put("msg",msg);
|
|
object.put("signType",4);
|
|
|
|
|
|
object.put("signType",0);
|
|
logger.info("请求参数:"+object);
|
|
logger.info("请求参数:"+object);
|
|
String response = httpClientUtil.sendPost(url,object.toJSONString());
|
|
String response = httpClientUtil.sendPost(url,object.toJSONString());
|
|
logger.info("数据签名接口 :"+response);
|
|
logger.info("数据签名接口 :"+response);
|