ai/at
1
0

curl を更新

2025-11-23 02:04:08 +00:00
parent ae612e0be6
commit f4b8e2bf07

@@ -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