From 15c5aa6594351a74feb9339c33582b23d602dbf5 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期二, 20 八月 2019 19:19:21 +0800 Subject: [PATCH] sdk_arg add default_value --- controllers/fileController.go | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/controllers/fileController.go b/controllers/fileController.go index c5a1c8b..adb0f1d 100644 --- a/controllers/fileController.go +++ b/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 { -- Gitblit v1.8.0