From 516965a6dc76a7bd2252254b0200fbf4ff6d81ab Mon Sep 17 00:00:00 2001 From: DGCK81LNN Date: Sat, 3 Jun 2023 20:06:14 +0800 Subject: [PATCH] Update game_account_info.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 对于角色活动祈愿-2的祈愿记录,返回数据中的gacha_type为400,并非与请求参数中的gacha_type相同 --- hoyolab/user/game_account_info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hoyolab/user/game_account_info.md b/hoyolab/user/game_account_info.md index 46c33ef..783247e 100644 --- a/hoyolab/user/game_account_info.md +++ b/hoyolab/user/game_account_info.md @@ -1865,7 +1865,7 @@ auth_appid | 字段 | 类型 | 内容 | 备注 | | ---- | ---- | ---- | ---- | | uid | str | 该玩家的UID | | -| gacha_type | str | 祈愿池 | 与请求参数中的`gacha_type`参数的值相同 | +| gacha_type | str | 祈愿池 | 与请求参数中的`gacha_type`参数的值相同(角色活动祈愿-2除外,为`400`) | | item_id | str | 似乎总是为空字符串 | | | count | str | 1 | | | time | str | 该玩家抽到该项目的日期 | |