mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix:调整格式
This commit is contained in:
parent
5f0554263b
commit
7439bc0d21
1 changed files with 5 additions and 1 deletions
|
|
@ -63,7 +63,11 @@ export const updateGachaLog = async (authKey, uid, region, game_biz) => {
|
||||||
const api = authKey;
|
const api = authKey;
|
||||||
const deviceFp = region;
|
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) {
|
if (!log || !log?.gacha_item_list || log?.gacha_item_list?.length === 0) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue