Skip to content

Commit 3bc5879

Browse files
Update README.md
1 parent 2c7a5e8 commit 3bc5879

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ nginx
138138
#### 管理接口
139139
##### 创建 client
140140
```
141-
# curl -H "X-API-KEY: shanghai-edu" -H "Content-Type: application/json" -d "{\"gr
142-
ant_type\":\"authorization_code\",\"domain\":\"www.example.org\"}" http://127.0.0.1:18080/manage/v1/client
141+
# curl -H "X-API-KEY: shanghai-edu" -H "Content-Type: application/json" -d "{\"grant_type\":\"authorization_code\",\"domain\":\"www.example.org\"}" http://127.0.0.1:18080/manage/v1/client
143142
144143
{"client_id":"4ee85cea19800426","client_secret":"cb5b61017393877d71d9119c585bdca3","grant_type":"authorization_code","domain":"www.example.org","white_ip":"","scope":"Basic","description":""}
145144
```

0 commit comments

Comments
 (0)