e5dc72de by chentao

no message

1 parent 333683c0
......@@ -119,6 +119,8 @@ public class SysOssServiceImpl implements ISysOssService, OssService {
List<String> repList = new ArrayList<>();
for (String url : list) {
if (StrUtil.isNotBlank(url) && StrUtil.isNotBlank(baseUrl)) {
System.out.println("========url==========="+url);
System.out.println("========baseUrl==========="+baseUrl);
repList.add(url.replace("127.0.0.1:9000", baseUrl));
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!