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; }