|
@@ -18,7 +18,7 @@ public class UrlConvertUtils {
|
|
|
//遍历每个元素的数组对象,对元素的url对象进行拼接
|
|
|
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);
|
|
|
}
|
|
|
}
|