|
|
|
@ -30,6 +30,7 @@ public class YbClient {
|
|
|
|
|
if (thrYbSetup == null)
|
|
|
|
|
throw new RuntimeException("未配置医保接口");
|
|
|
|
|
String infno = apiNo;
|
|
|
|
|
|
|
|
|
|
SignTypeEnum signType = SignTypeEnum.SM3;
|
|
|
|
|
EncryptionModeEnum encType = EncryptionModeEnum.SM4;
|
|
|
|
|
String msgId = thrYbSetup.getFixmedins_code() + DateUtil.formatYbDateTime(new Date()) + thrYbSetup.getSequenceNum();
|
|
|
|
@ -48,7 +49,7 @@ public class YbClient {
|
|
|
|
|
req.setFixmedinsName(thrYbSetup.getFixmedins_name());
|
|
|
|
|
com.alibaba.fastjson.JSONObject dataJson = JSONObject.parseObject(data, com.alibaba.fastjson.JSONObject.class);
|
|
|
|
|
req.setInput(dataJson);
|
|
|
|
|
req.setSignNo(thrYbSetup.getSignNo());
|
|
|
|
|
// req.setSignNo(thrYbSetup.getSignNo());
|
|
|
|
|
log.info("【" + apiNo + "】医保接口请求参数:" + JSONObject.toJSONString(req));
|
|
|
|
|
ChsMedicalResponse resp = client.execute(req);
|
|
|
|
|
return resp;
|
|
|
|
|