Skip to content

Commit 819ffde

Browse files
author
孔令飞
committed
docs: update README.md
1 parent 2775416 commit 819ffde

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# IAM - 身份识别与访问管理系统
22

3+
**欢迎加入我的新课程 [孔令飞的云原生实战营](https://konglingfei.com),带你进阶为 Go + 云原生高级开发工程师。**
4+
35
IAM = **I**dentity and **A**ccess **M**anagement
46

57
IAM 是一个基于 Go 语言开发的身份识别与访问管理系统,用于对资源访问进行授权。**最新稳定版本为:v1.6.2,建议基于稳定版安装测试**

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

Lines changed: 1 addition & 1 deletion
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: Basic $(echo -n 'foo:Foo@2020'|base64)' -d'{
167+
curl -XPUT -H'Content-Type: application/json' -H'Authorization: Basic $(echo -n 'foo:Foo@2020'|base64)' -d'{
168168
"oldPassword": "Foo@2020",
169169
"newPassword": "Foo@2021"
170170
}' http://marmotedu.io:8080/v1/users/foo/change-password

0 commit comments

Comments
 (0)