Merge branch 'uat_保证金天擎调用' into 'uat_code'
增加日志 See merge request eshop/biz_service_ebtp_extend!109
This commit is contained in:
@ -193,8 +193,10 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl<CrypConfigureMappe
|
||||
json = getCiticUniBss(bean.getReqName(), map);
|
||||
|
||||
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) {
|
||||
log.error("中信支付--天擎接口返回参数!~-----------------",e);
|
||||
operationLogService.addOperationLog("中信支付天擎接口调用信息失败,请求地址{}"+bean.getUrl()+",参数{}"+json+",返回信息{}"+str,false, EbtpLogBusinessModule.PAY_PUSH, EbtpLogType.INSERT);
|
||||
}
|
||||
log.info("---中信支付--天擎接口返回参数-----"+str);
|
||||
return str;
|
||||
|
Reference in New Issue
Block a user