mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-13 00:10:27 +00:00
fix: 小问题
This commit is contained in:
@@ -184,7 +184,7 @@ export class NTQQMusicSignApi {
|
||||
// "ver": "0.0.0.1"
|
||||
// };
|
||||
const data = (await this.core.getApiContext().UserApi.getQzoneCookies());
|
||||
const Bkn = this.core.getApiContext().WebApi.genBkn(data.p_skey);
|
||||
const Bkn = this.core.getApiContext().WebApi.getBknFromCookie(data.p_skey);
|
||||
|
||||
const CookieValue = 'p_skey=' + data.p_skey + '; skey=' + data.skey + '; p_uin=o' + this.core.selfInfo.uin + '; uin=o' + this.core.selfInfo.uin;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user