|
@@ -90,7 +90,7 @@ public class FileUtils {
|
|
|
}
|
|
|
|
|
|
public static void download(String fileUrl, String filePath, boolean useUa) throws Exception {
|
|
|
- downloadForGZH(fileUrl, filePath, useUa, null);
|
|
|
+ downloadForGZH(fileUrl, filePath, useUa, false, null);
|
|
|
}
|
|
|
|
|
|
public static void download(String fileUrl, String filePath, boolean useUa, boolean useProxy, Map<String, String> proxyInfo) throws Exception {
|