Skip to content

Commit 17cfa77

Browse files
author
孔令飞
committed
docs: fix a docs typo
1 parent 1ebc2be commit 17cfa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/zh-CN/api/user.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Null
164164
**输入示例**
165165

166166
```bash
167-
curl -XPOST -H'Content-Type: application/json' -H'Authorization: Bearer $Token' -d'{
167+
curl -XPOST -H'Content-Type: application/json' -d'{
168168
"oldPassword": "Foo@2020",
169169
"newPassword": "Foo@2021"
170170
}' http://marmotedu.io:8080/v1/users/foo/change_password

0 commit comments

Comments
 (0)