|
|
@@ -592,7 +592,7 @@ public class UploadProvider extends GenericUploadProvider implements IUploadServ
|
|
|
//String path = "https://www.szjyxt.com" + StringPool.SLASH + fileInfo.getFilePath();
|
|
|
String onlyOfficeUrl = baseUrl + ":9999/ConvertService.ashx";
|
|
|
if(onlyOfficeUrl.contains("https:")){
|
|
|
- onlyOfficeUrl.replace("https:","http:");
|
|
|
+ onlyOfficeUrl =onlyOfficeUrl.replace("https:","http:");
|
|
|
}
|
|
|
logger.warn("onlyOfficeUrl=={}", onlyOfficeUrl);
|
|
|
Map<String,Object> paramMap = new HashMap<>();
|