增加日志

This commit is contained in:
zhangqinbin
2022-07-01 09:37:42 +08:00
parent eb69f461ca
commit 48686d02c5

View File

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