修复区块链天擎拼接参数 getUniBss 使用错误

This commit is contained in:
zhangqinbin
2023-01-17 14:55:56 +08:00
parent 97d954c2bf
commit cdfed958d0

View File

@ -115,7 +115,7 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl<CrypConfigureMappe
map.put("SIGN", sign); map.put("SIGN", sign);
json = getCiticUniBss(bean.getReqName(), map); json = getUniBss(bean.getReqName(), map);
blockChainLog.setParam(json);//请求参数 blockChainLog.setParam(json);//请求参数
log.info("------请求天擎接口---json参数---"+json); log.info("------请求天擎接口---json参数---"+json);