From aa23795886b6ef518f5df512a5a8dd0e712496a5 Mon Sep 17 00:00:00 2001 From: houwei Date: Fri, 21 Jun 2024 21:04:11 +0800 Subject: [PATCH] Update api_list.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改文档 --- docs/api/api_list.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api/api_list.md b/docs/api/api_list.md index e2200552..d4bdf329 100644 --- a/docs/api/api_list.md +++ b/docs/api/api_list.md @@ -119,8 +119,8 @@ ```json { - "code":"200", - "data": "null", + "code":200, + "data": null, "msg":"令牌已注销" } ``` @@ -129,7 +129,7 @@ 修改登录密码,POST请求 -> api/auth/password/change +> /api/auth/password/change 入参示例 @@ -153,9 +153,9 @@ ```json { - "code":"200", + "code":200, "msg":"修改成功", - "data":"null" + "data":null } ```