|
|
@ -294,7 +294,7 @@ public class IdcServiceImpl implements IdcService {
|
|
|
|
JSONObject json = JSONObject.parseObject(result);
|
|
|
|
JSONObject json = JSONObject.parseObject(result);
|
|
|
|
|
|
|
|
|
|
|
|
if(isLastLevel()) {
|
|
|
|
if(isLastLevel()) {
|
|
|
|
if(json.get("code")!=null&&json.getInteger("code")==2000) {
|
|
|
|
if(json.get("code")!=null&&json.getInteger("code")==20000) {
|
|
|
|
success = analyMiddle(host,json.getJSONObject("data"),files,false,true);
|
|
|
|
success = analyMiddle(host,json.getJSONObject("data"),files,false,true);
|
|
|
|
if(!success)
|
|
|
|
if(!success)
|
|
|
|
logger.info("fetchData-->解析失败");
|
|
|
|
logger.info("fetchData-->解析失败");
|
|
|
|