From a9565c42d241ec6ab2bfcaef9fe97aac943a07a0 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期五, 08 五月 2020 20:14:26 +0800
Subject: [PATCH] fix netconfig script

---
 extend/code/code.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extend/code/code.go b/extend/code/code.go
index 68c4b24..3e18ab7 100644
--- a/extend/code/code.go
+++ b/extend/code/code.go
@@ -14,6 +14,7 @@
 	// Success 璇锋眰澶勭悊鎴愬姛
 	Success       = &Code{http.StatusOK, true, "璇锋眰澶勭悊鎴愬姛"}
 	AddSuccess    = &Code{http.StatusOK, true, "娣诲姞鎴愬姛"}
+	UploadSuccess = &Code{ http.StatusOK, true, "涓婁紶鎴愬姛"}
 	UpdateSuccess = &Code{http.StatusOK, true, "鏇存柊鎴愬姛"}
 	UpdateFail    = &Code{http.StatusBadRequest, false, "鏇存柊澶辫触"}
 	DelSuccess    = &Code{http.StatusOK, true, "鍒犻櫎鎴愬姛"}

--
Gitblit v1.8.0