mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
fix(BiliAPI): [216:28]
This commit is contained in:
parent
9bda57f48f
commit
10a7b05348
@ -213,8 +213,9 @@ const BiliAPI = {
|
||||
if (res.code !== 0) {
|
||||
tooltip.log('获取TagID失败');
|
||||
resolve(-1);
|
||||
} else {
|
||||
resolve(res.data.tag_id);
|
||||
}
|
||||
resolve(res.data.tag_id);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user