Additions:

Honkai: Star Rail:

* Some character IDs
* Gacha info API
* Player index info API

Genshin Impact:

* Gacha info API
This commit is contained in:
Kamisato-Ayaka-233
2023-05-13 13:44:01 +08:00
parent d4ed3d3abf
commit 1df3820141
4 changed files with 356 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
| 错误码 | 消息 | 原因 |
| ------------------------------ | ---- | --- |
| -10001 | invalid request | 该API需要验证请求头请求头的`DS`字段缺失<br/>请查看[鉴权](other/authentication.md#请求头) |
| -1 | param XXX error: value must be greater than X<br/>param XXX error: value must be in list [X ...] | 传递的参数XXX缺失<br/>传递的参数XXX的值只能X、...中 |
| -10001 | invalid request | 该API需要验证请求头请求头的`DS`字段缺失<br/>请查看[绕过检测与鉴权](other/authentication.md) |
| -1 | param XXX error: value must be greater than X<br/>param XXX error: value must be in list [X ...] | 传递的参数XXX缺失<br/>传递的参数XXX的值只能X、...中 |
| 1008 | 用户信息不匹配 | 传递的参数不正确<br/>(例如获取用户游戏账号信息的`role_id`为无效UID |
| 10001 | Please login | 该API需要验证Cookie<br/>请查看[鉴权](other/authentication.md#cookie) |
| 10001 | Please login | 该API需要验证Cookie<br/>请查看[绕过检测与鉴权](other/authentication.md#cookie) |