From 11827d053131d85c8c9436a76f81ea5fe3a4983a Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期三, 15 四月 2020 20:06:03 +0800
Subject: [PATCH] test upsw vir

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

diff --git a/code/code.go b/code/code.go
index f806399..0a4c2e6 100644
--- a/code/code.go
+++ b/code/code.go
@@ -13,7 +13,7 @@
 	LicenseExpired = &Code{http.StatusForbidden, false, "license expired"}
 	// Success 璇锋眰澶勭悊鎴愬姛
 	Success       = &Code{http.StatusOK, true, "璇锋眰澶勭悊鎴愬姛"}
-	AddSuccess    = &Code{http.StatusOK, true, "璁″叆鎴愬姛"}
+	AddSuccess    = &Code{http.StatusOK, true, "鍔犲叆鎴愬姛"}
 	UpdateSuccess = &Code{http.StatusOK, true, "鏇存柊鎴愬姛"}
 	UpdateFail    = &Code{http.StatusBadRequest, false, "鏇存柊澶辫触"}
 	DelSuccess    = &Code{http.StatusOK, true, "鍒犻櫎鎴愬姛"}

--
Gitblit v1.8.0