From ad9453c3cdf479dee2d40250f050733f96c5dd42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E8=8D=A3=E5=8D=87?= <3136352472@qq.com> Date: Fri, 8 May 2020 10:15:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'errcode/errcode.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- errcode/errcode.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/errcode/errcode.md b/errcode/errcode.md index 1f911d6..abc2219 100644 --- a/errcode/errcode.md +++ b/errcode/errcode.md @@ -1,10 +1,12 @@ + - | 错误码 | 释义 | - | -------- | -------- | - | 0 | 成功 | - | 200 | 成功 | - | 404| 资源不存在[广泛用于找不到数据] | - | 501| 认证失败 | - | 503| 用户不存在 | - | 10xx | 注册时发生错误 | \ No newline at end of file + +| 错误码 | 释义 | +| -------- | -------- | +| 0 | 成功 | +| 200 | 成功 | +| 404| 资源不存在[广泛用于找不到数据] | +| 501| 认证失败 | +| 503| 用户不存在 | +| 10xx | 注册时发生错误 | \ No newline at end of file