This commit is contained in:
yystopf 2021-12-27 17:55:02 +08:00
parent dbf5e711a5
commit 076375633a
1 changed files with 4 additions and 4 deletions

View File

@ -26,11 +26,11 @@ POST accounts/remote_register
*示例* *示例*
```bash ```bash
curl -X POST \ curl -X POST \
-d "email=test77@forge.com" \ -d "email=2456233122@qq.com" \
-d "password=123456" \ -d "password=djs_D_00001" \
-d "username=testforge77" \ -d "username=16895620" \
-d "platform=forge" \ -d "platform=forge" \
https://testforgeplus.trustie.net/api/accounts/remote_register | jq http://localhost:3000/api/accounts/remote_register | jq
``` ```
*请求参数说明:* *请求参数说明:*