curl を更新
4
curl.md
4
curl.md
@@ -64,6 +64,10 @@ json="{\"email\": \"$email\", \"handle\": \"$handle\", \"password\": \"$password
|
|||||||
curl -X POST -H "Content-Type: application/json" -d $json -sL $url
|
curl -X POST -H "Content-Type: application/json" -d $json -sL $url
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
json="{\"email\": \"$email\", \"handle\": \"$handle\", \"password\": \"$password\",\"inviteCode\": \"$code\"}"
|
||||||
|
```
|
||||||
|
|
||||||
## login
|
## login
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user