|
@@ -87,7 +87,7 @@ public class DownloadTask implements ITask {
|
|
|
is = response.body().byteStream();
|
|
|
String path = "/home/lenovo/CFIND_XML";
|
|
|
Random r = new Random();
|
|
|
- Integer ran1 = r.nextInt(10000);
|
|
|
+ Integer ran1 = r.nextInt(100000);
|
|
|
File file = new File(path, uid+ran1.toString());
|
|
|
try {
|
|
|
fos = new FileOutputStream(file);
|