文件地址修改

This commit is contained in:
gaojiabao
2023-06-21 15:04:39 +08:00
parent 83da5397a4
commit 0e12cf0ad4
@@ -108,7 +108,9 @@ public class OnlyofficePdfUtil {
map.put("key",key);
map.put("outputtype","pdf");
map.put("title",titleName+".pdf");
map.put("url","https://10.100.5.111:3306/file/"+onlineFilePath);
map.put("url","https://srms.foton.com.cn/file/"+onlineFilePath);
logger.info("=======================================https://srms.foton.com.cn/file/"+onlineFilePath);
logger.info("=======================================服务器路径"+url);
//map.put("url","https://srms.foton.com.cn/file/model/task_768330d8/task_768330d8_top_768330d8_node.docx");
JSONObject requestJson = new JSONObject(map);
// 创建HttpClientBuilder