|
|
@@ -62,7 +62,7 @@ public class SpiderFileServiceImpl implements SpiderFileService {
|
|
|
String uploadId = idGenerator.getUuid();
|
|
|
FileUser fileUser = new FileUser(uploadId, userId, fileId);
|
|
|
|
|
|
- String filePath = url.replace("//file.reghao.cn", "");
|
|
|
+ String filePath = url.replace("//file1.reghao.cn", "");
|
|
|
String blockId = LocalStores.getBlockId(filePath);
|
|
|
String path = "";
|
|
|
switch (suffix) {
|