From bae4af47f77a195a12a0437584d667465e826e12 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期一, 17 八月 2020 16:09:28 +0800
Subject: [PATCH] add log

---
 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