区块链调试
This commit is contained in:
@ -98,9 +98,7 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl<CrypConfigureMappe
|
||||
if (uniBssRsp != null && UniBssConstant.RESP_CODE_00000.equals(uniBssRsp.getUniBssHead().getRespCode())) {
|
||||
System.out.println("返回接口:"+uniBssRsp);
|
||||
|
||||
String retJson = JSONArray.toJSONString(uniBssRsp.getUniBssBody());
|
||||
|
||||
if(retJson!=null&&!"".equals(retJson)&&retJson.indexOf("{\"Code\":200,")>=0){
|
||||
if(str!=null&&!"".equals(str)&&str.indexOf("_RSP\":{\"Code\":200,")>=0){
|
||||
blockChainLog.setStatus(0);//成功
|
||||
this.iBlockChainLogService.save(blockChainLog);
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user