From 7439bc0d2158c4482ccb4c33fb3adbdb4a4035fa Mon Sep 17 00:00:00 2001 From: kissnavel Date: Sun, 30 Nov 2025 23:03:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/gacha.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/gacha.js b/lib/gacha.js index 308c971..d21e363 100644 --- a/lib/gacha.js +++ b/lib/gacha.js @@ -63,7 +63,11 @@ export const updateGachaLog = async (authKey, uid, region, game_biz) => { const api = authKey; const deviceFp = region; // 获取抽卡记录 - const log = await api.getFinalData('zzzGacha_Record', { deviceFp, type, endId } ); + const log = await api.getFinalData('zzzGacha_Record', { + deviceFp, + type, + endId, + }); if (!log || !log?.gacha_item_list || log?.gacha_item_list?.length === 0) { break; }