From 17cfa77525fc19e68184a34a69f4f959483b306a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=94=E4=BB=A4=E9=A3=9E?= Date: Tue, 5 Mar 2024 18:11:57 +0800 Subject: [PATCH] docs: fix a docs typo --- docs/guide/zh-CN/api/user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/zh-CN/api/user.md b/docs/guide/zh-CN/api/user.md index d5926c31..7caf1ca4 100644 --- a/docs/guide/zh-CN/api/user.md +++ b/docs/guide/zh-CN/api/user.md @@ -164,7 +164,7 @@ Null **输入示例** ```bash -curl -XPOST -H'Content-Type: application/json' -H'Authorization: Bearer $Token' -d'{ +curl -XPOST -H'Content-Type: application/json' -d'{ "oldPassword": "Foo@2020", "newPassword": "Foo@2021" }' http://marmotedu.io:8080/v1/users/foo/change_password