|
@@ -18,7 +18,7 @@ public class UrlConvertUtils {
|
|
|
|
|
|
for (FileUrlObject y : fileUrlObjectList) {
|
|
|
String hotPictureUrlsAfterConvert =
|
|
|
- hostIpPort + y.getUploadPath() + File.separator + y.getFilename();
|
|
|
+ hostIpPort + File.separator + y.getUploadPath() + File.separator + y.getFilename();
|
|
|
arrayList.add(hotPictureUrlsAfterConvert);
|
|
|
}
|
|
|
}
|