文件地址修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user