mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
fix: Get cookies miss uin
This commit is contained in:
parent
b3aad8b0d9
commit
4194512cce
@ -134,7 +134,7 @@ export class NTQQUserApi {
|
||||
throw new Error('获取Cookies失败')
|
||||
}
|
||||
const bkn = NTQQUserApi.genBkn(skey)
|
||||
const cookies = `p_skey=${pskey}; skey=${skey}; p_uin=o${selfInfo.uin}`;
|
||||
const cookies = `p_skey=${pskey}; skey=${skey}; p_uin=o${selfInfo.uin}; uin=o${selfInfo.uin}`;
|
||||
return { cookies, bkn }
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user