Merge branch 'uat_保证金天擎调用' into 'uat_code'

增加日志

See merge request eshop/biz_service_ebtp_extend!101
This commit is contained in:
张芹彬
2022-07-01 09:39:09 +08:00

View File

@ -194,8 +194,9 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl<CrypConfigureMappe
str = this.uniBssCiticHttpPost(bean.getUrl(), json,bean.getClientId(),bean.getOperationCode()); str = this.uniBssCiticHttpPost(bean.getUrl(), json,bean.getClientId(),bean.getOperationCode());
} catch (Exception e) { } catch (Exception e) {
log.error("区块链调用失败!~-----------------",e); log.error("中信支付--天擎接口返回参数!~-----------------",e);
} }
log.info("---中信支付--天擎接口返回参数-----"+str);
return str; return str;
} }