mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2024-12-23 03:20:52 +08:00
修正V3发送ck有login_ticket无法读取stoken问题
This commit is contained in:
parent
16f71e6c77
commit
c90a620791
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user