From 7394178dcc6e5b326bef43986f2638f064974c17 Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Wed, 15 May 2024 09:32:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=A0=87=E5=87=86?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E7=9A=84=E9=94=99=E8=AF=AF=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...45\345\217\243\346\226\207\346\241\243.md" | 3 +++ ...07\345\207\206\346\226\207\346\241\243.md" | 22 +++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git "a/docs/\345\274\200\345\217\221\346\226\207\346\241\243/\346\216\245\345\217\243\346\226\207\346\241\243.md" "b/docs/\345\274\200\345\217\221\346\226\207\346\241\243/\346\216\245\345\217\243\346\226\207\346\241\243.md" index e69de29..1fc36fd 100644 --- "a/docs/\345\274\200\345\217\221\346\226\207\346\241\243/\346\216\245\345\217\243\346\226\207\346\241\243.md" +++ "b/docs/\345\274\200\345\217\221\346\226\207\346\241\243/\346\216\245\345\217\243\346\226\207\346\241\243.md" @@ -0,0 +1,3 @@ +# 接口文档 + +> 请参考 Apifox 内接口描述(当前位置跟新有延迟) \ No newline at end of file diff --git "a/docs/\345\274\200\345\217\221\346\226\207\346\241\243/\346\240\207\345\207\206\346\226\207\346\241\243.md" "b/docs/\345\274\200\345\217\221\346\226\207\346\241\243/\346\240\207\345\207\206\346\226\207\346\241\243.md" index e69de29..2bce3b2 100644 --- "a/docs/\345\274\200\345\217\221\346\226\207\346\241\243/\346\240\207\345\207\206\346\226\207\346\241\243.md" +++ "b/docs/\345\274\200\345\217\221\346\226\207\346\241\243/\346\240\207\345\207\206\346\226\207\346\241\243.md" @@ -0,0 +1,22 @@ +# 标准文档 + +## 错误代码 + +| 错误编码 | 错误表示 | 错误码 | 描述 | +| ----------------------------- | -------------------------- | ------ | ------------------ | +| REQUEST_BODY_PARAMETERS_ERROR | RequestBodyParametersError | 40001 | 请求体参数错误 | +| REQUEST_PARAMETERS_ERROR | RequestParametersError | 40002 | 请求参数错误 | +| REQUEST_PATH_ERROR | RequestPathError | 40003 | 请求路径参数错误 | +| USER_NOT_LOGIN | UserNotLogin | 40101 | 用户未登录 | +| USER_NOT_EXIST | UserNotExist | 40102 | 用户不存在 | +| WRONG_PASSWORD | WrongPassword | 40103 | 密码错误 | +| USER_BANNED | UserBanned | 40104 | 用户被封禁或未启用 | +| REQUEST_METHOD_NOT_ALLOWED | RequestMethodNotAllowed | 40301 | 请求方法不允许 | +| VERIFY_CODE_ERROR | VerifyCodeError | 40302 | 验证码错误 | +| MAIL_ERROR | MailError | 40303 | 邮件发送失败 | +| OPERATION_FAILED | OperationFailed | 40304 | 操作失败 | +| USER_EXIST | UserExist | 40305 | 用户已存在 | +| LOGIN_ACCESS | LoginAccess | 40306 | 用户已登录 | +| PAGE_NOT_FOUND | PageNotFound | 40401 | 页面未找到 | +| SERVER_INTERNAL_ERROR | ServerInternalError | 50001 | 服务器内部错误 | +