区块链调用

This commit is contained in:
zhangqinbin
2021-09-02 10:20:39 +08:00
parent 83bd8ac438
commit a6b7c7f440

View File

@ -71,7 +71,6 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl<CrypConfigureMappe
String json = getUniBss(bean.getReqName(),map);
log.setParam(json);
String str = UniBssServiceImpl.uniBssHttpPost(bean.getUrl(), json);
log.setResult(str);//返回参数
UniBss uniBssRsp = JSONArray.parseObject(str, UniBss.class);
@ -85,10 +84,7 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl<CrypConfigureMappe
return true;
}else{
log.setStatus(1);//失败
this.iBlockChainLogService.save(log);
}
return false;
} else {
log.setStatus(1);//失败
CommonExceptionEnum.FRAME_EXCEPTION_COMMON_DATA_OTHER_ERROR.assertStringNotNullByKey("天擎接口调用错误," +