From 17172e532bed5bb9e1c6da21c5784e767d882624 Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期三, 15 四月 2020 11:53:14 +0800
Subject: [PATCH] fix test

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