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

增加日志

See merge request eshop/biz_service_ebtp_extend!108
This commit is contained in:
张芹彬
2022-07-05 08:52:58 +08:00

View File

@ -117,6 +117,7 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl<CrypConfigureMappe
json = getUniBss(bean.getReqName(), map);
blockChainLog.setParam(json);//请求参数
log.info("------请求天擎接口---json参数---"+json);
str = UniBssServiceImpl.uniBssHttpPost(bean.getUrl(), json);
blockChainLog.setResult(str);//返回参数
UniBss uniBssRsp = JSONArray.parseObject(str, UniBss.class);