正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -76,7 +76,7 @@ func saveFile(name string, title []string, dataList [][]string, toInterfaces fun | @@ -76,7 +76,7 @@ func saveFile(name string, title []string, dataList [][]string, toInterfaces fun | ||
76 | if stat, err := os.Stat(path); err == nil { | 76 | if stat, err := os.Stat(path); err == nil { |
77 | response.FileSize = stat.Size() | 77 | response.FileSize = stat.Size() |
78 | } | 78 | } |
79 | - response.Url = uploadResponse.Path | 79 | + response.Url = domain.ConvertInternalFileUrlToPublic(uploadResponse.Path) |
80 | response.FileName = name | 80 | response.FileName = name |
81 | response.Ext = domain.XLSX | 81 | response.Ext = domain.XLSX |
82 | 82 |
-
请 注册 或 登录 后发表评论