From aa38814dac11fbd1c7c1c04cd57aaeaff1daa0f4 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期一, 27 七月 2020 16:58:54 +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 c4844f0..92e6729 100644
--- a/controllers/sys.go
+++ b/controllers/sys.go
@@ -46,6 +46,7 @@
 
 		} else {
 			result.IsUpgrade = false
+			result.Msg = []string{}
 		}
 	}
 

--
Gitblit v1.8.0