diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/service/impl/CrypConfigureServiceImpl.java b/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/service/impl/CrypConfigureServiceImpl.java index e3978bd..a4ba736 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/service/impl/CrypConfigureServiceImpl.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/crypconfigure/service/impl/CrypConfigureServiceImpl.java @@ -97,11 +97,10 @@ public class CrypConfigureServiceImpl extends BaseServiceImpl rspMap = JSONArray.parseObject(JSONArray.toJSONString(rspObject), LinkedHashMap.class); - if(rspMap!=null&&rspMap.get("Code")!=null&&"200".equals(rspMap.get("Code").toString())){ - System.out.println("请求成功:"+rspMap); + String retJson = JSONArray.toJSONString(uniBssRsp.getUniBssBody()); + + if(retJson!=null&&!"".equals(retJson)&&retJson.indexOf("{\"Code\":200,")>=0){ blockChainLog.setStatus(0);//成功 this.iBlockChainLogService.save(blockChainLog); return true;