From d1405ed9e636bd6058af6117150ea1bd0a806d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Fri, 17 Dec 2021 22:04:34 +0800 Subject: [PATCH] update ResultCode.cs --- Infrastructure/CustomException/ResultCode.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Infrastructure/CustomException/ResultCode.cs b/Infrastructure/CustomException/ResultCode.cs index d459ae9..374b97a 100644 --- a/Infrastructure/CustomException/ResultCode.cs +++ b/Infrastructure/CustomException/ResultCode.cs @@ -16,24 +16,15 @@ namespace Infrastructure [Description("登录错误")] LOGIN_ERROR = 105, - [Description("NO_DATA")] - NODATA = 106, - [Description("操作失败")] FAIL = 1, [Description("服务端出错啦")] GLOBAL_ERROR = 500, - [Description("请先绑定手机号")] - NOBIND_PHONENUM = 102, - [Description("自定义异常")] CUSTOM_ERROR = 110, - [Description("非法签名")] - SIGN_ERROR = 110, - [Description("非法请求")] INVALID_REQUEST = 116,