fix and add some message feature

This commit is contained in:
2021-09-16 16:54:49 +08:00
parent b8a52107a5
commit dbcbc01251
24 changed files with 250 additions and 89 deletions

View File

@@ -26,11 +26,11 @@ POST accounts/remote_register
*示例*
```bash
curl -X POST \
-d "email=yystopf@163.com" \
-d "password=a19960425" \
-d "username=yystopf" \
-d "email=2456233122@qq.com" \
-d "password=djs_D_00001" \
-d "username=16895620" \
-d "platform=forge" \
http://120.132.31.109:8080/api/accounts/remote_register | jq
http://localhost:3000/api/accounts/remote_register | jq
```
*请求参数说明:*