1.优化/api/v1/getGameUrl接口,无需再验证password

This commit is contained in:
2026-05-26 09:43:28 +08:00
parent 77db2357ba
commit e0b303c5d4
5 changed files with 8 additions and 12 deletions

View File

@@ -136,7 +136,6 @@ signature = md5(agent_id + secret + time)
| 参数名 | 必填 | 类型 | 说明 |
| --- | --- | --- | --- |
| username | 是 | string | 玩家唯一账号(平台侧用户名) |
| password | 否 | string | 默认 `123456` |
| time | 否 | int/string | 默认当前时间戳 |
| lang | 否 | string | `zh` / `en`,默认 `zh` |