From 8849dda9c4fd92467e2c05c15ea483abae6af8e5 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期三, 12 八月 2020 11:25:39 +0800 Subject: [PATCH] add testPush --- controllers/sys.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/controllers/sys.go b/controllers/sys.go index 92e6729..fa4272f 100644 --- a/controllers/sys.go +++ b/controllers/sys.go @@ -43,6 +43,7 @@ fmt.Println("unmarshal err:", e1) result.Msg = []string{} } + result.Size = sv.Size } else { result.IsUpgrade = false -- Gitblit v1.8.0