增加日志

This commit is contained in:
zhangqinbin
2022-07-07 14:11:28 +08:00
parent ae0319e548
commit 4700c8e9e9

View File

@ -193,8 +193,10 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl<CrypConfigureMappe
json = getCiticUniBss(bean.getReqName(), map); json = getCiticUniBss(bean.getReqName(), map);
str = this.uniBssCiticHttpPost(bean.getUrl(), json,bean.getClientId(),bean.getOperationCode()); str = this.uniBssCiticHttpPost(bean.getUrl(), json,bean.getClientId(),bean.getOperationCode());
operationLogService.addOperationLog("中信支付天擎接口调用信息,请求地址{}"+bean.getUrl()+",参数{}"+json+",返回信息{}"+str,true, EbtpLogBusinessModule.PAY_PUSH, EbtpLogType.INSERT);
} catch (Exception e) { } catch (Exception e) {
log.error("中信支付--天擎接口返回参数!~-----------------",e); log.error("中信支付--天擎接口返回参数!~-----------------",e);
operationLogService.addOperationLog("中信支付天擎接口调用信息失败,请求地址{}"+bean.getUrl()+",参数{}"+json+",返回信息{}"+str,false, EbtpLogBusinessModule.PAY_PUSH, EbtpLogType.INSERT);
} }
log.info("---中信支付--天擎接口返回参数-----"+str); log.info("---中信支付--天擎接口返回参数-----"+str);
return str; return str;