fix: 小问题

This commit is contained in:
手瓜一十雪
2024-08-09 15:31:41 +08:00
parent ede17143fe
commit dac3852310
3 changed files with 3 additions and 3 deletions

View File

@@ -289,7 +289,7 @@ export class NTQQWebApi {
return Object.entries(cookieObject).map(([key, value]) => `${key}=${value}`).join('; ');
}
private getBknFromCookie(cookieObject: any) {
public getBknFromCookie(cookieObject: any) {
const sKey = cookieObject.skey as string;
let hash = 5381;