2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-22 19:10:53 +08:00

修正V3发送ck有login_ticket无法读取stoken问题

This commit is contained in:
Ctrlcvs 2022-08-04 10:04:20 +08:00 committed by leiyilu
parent 16f71e6c77
commit c90a620791

View File

@ -206,10 +206,9 @@ async function getDataList(name) {
async function cookie(e) {
let {
cookie,
uid
uid,skuid
} = await getCookie(e);
let miHoYoApi = new MihoYoApi(e);
let skuid;
let cookiesDoc = await getcookiesDoc();
if (!cookie) {