修复区块链天擎拼接参数 getUniBss 使用错误
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user