From aa3f9e8711d68f245e7310f37f1cd08c811f929a Mon Sep 17 00:00:00 2001 From: iuu <2167162990@qq.com> Date: Thu, 29 Aug 2024 09:57:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E7=8A=B6=E6=80=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/exception/code.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/exception/code.go b/utils/exception/code.go index 156f46c..f665395 100644 --- a/utils/exception/code.go +++ b/utils/exception/code.go @@ -1,7 +1,7 @@ package exception const ( - SUCCESS = 0 // 操作成功 + SUCCESS = 1 // 操作成功 ERROR = 10000 // 默认错误返回 SERVER_ERROR = 10001 // 服务器错误