|
@ -16777,7 +16777,7 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
String encryptData = AESUtils.encrypt(src, reservationKey.substring(0,16));//加密
|
|
|
com.alibaba.fastjson.JSONObject data = new com.alibaba.fastjson.JSONObject();
|
|
|
data.put("hlwyyparam",encryptData);
|
|
|
String res = HttpClientUtil.postmanBody(url,data);
|
|
|
String res = HttpClientUtil.postBody(url,data);
|
|
|
logger.info("请求返回值:"+res);
|
|
|
return res;
|
|
|
}
|