|
|
@ -248,7 +248,7 @@ public class IdcServiceImpl implements IdcService {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
boolean success=true;
|
|
|
|
boolean success=true;
|
|
|
|
Response response = client.newCall(request).execute();
|
|
|
|
Response response = client.newCall(request).execute();
|
|
|
|
result = response.body().toString();
|
|
|
|
result = response.body().string();
|
|
|
|
JSONObject json = JSONObject.parseObject(result);
|
|
|
|
JSONObject json = JSONObject.parseObject(result);
|
|
|
|
if(isLastLevel()) {
|
|
|
|
if(isLastLevel()) {
|
|
|
|
success = analyToDB(json,files);
|
|
|
|
success = analyToDB(json,files);
|
|
|
|