1.优化/api/v1/getGameUrl接口,无需再验证password
This commit is contained in:
@@ -337,7 +337,6 @@ auth-token: {authtoken}
|
||||
- `auth-token: {authtoken}`
|
||||
- Body 参数:
|
||||
- `username`(必填):玩家账号(不存在会自动创建)
|
||||
- `password`(可选):默认 `123456`
|
||||
- `time`(可选):不传则服务端取当前时间戳
|
||||
- `lang`(可选):`zh`/`en`,默认 `zh`
|
||||
|
||||
|
||||
@@ -337,7 +337,6 @@ Success example (`lang=en`):
|
||||
- `auth-token: {authtoken}`
|
||||
- Body parameters:
|
||||
- `username` (required): Player username (auto-created if not exists)
|
||||
- `password` (optional): default `123456`
|
||||
- `time` (optional): if omitted, server uses current timestamp
|
||||
- `lang` (optional): `zh`/`en`, default `zh`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user