|
|
|
@ -5,6 +5,7 @@ import java.util.Map;
|
|
|
|
|
|
|
|
|
|
import org.apache.log4j.Logger;
|
|
|
|
|
|
|
|
|
|
import com.base.CustomException;
|
|
|
|
|
import com.base.MyException;
|
|
|
|
|
import com.base.PostData;
|
|
|
|
|
import com.google.gson.Gson;
|
|
|
|
@ -49,6 +50,7 @@ public class RemoveData {
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
log.error(rest);
|
|
|
|
|
log.error(e);
|
|
|
|
|
throw new CustomException("请求gfs服务异常 -- data/removeData ", e, rest);
|
|
|
|
|
}
|
|
|
|
|
return reslut;
|
|
|
|
|
}
|
|
|
|
|