From f689591ade2457d5fa707353c0b5959e6e486589 Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期四, 16 四月 2020 15:54:34 +0800
Subject: [PATCH] fix verification switch

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