From 7cad8c01d06a2dfaa1654dc39a35e49e3016deee Mon Sep 17 00:00:00 2001 From: sunty <1172534965@qq.com> Date: 星期五, 10 四月 2020 18:05:56 +0800 Subject: [PATCH] update AddSuccess --- 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