controllers/fileController.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
controllers/fileController.go
@@ -548,7 +548,6 @@ func uploadFileReturnAddr(file multipart.File, filename string, tableId string) (string, map[string]interface{}, error) { defer file.Close() field := "" // weedfs 上传 fileBytes, err := ioutil.ReadAll(file) if err !=nil {