This commit is contained in:
bietiaop 2024-07-30 19:37:40 +08:00
parent d02bfa9036
commit 08be225ffc
2 changed files with 9 additions and 8 deletions

View file

@ -50,7 +50,6 @@ export class ZZZPlugin extends plugin {
await this.reply('尚未绑定cookie请先绑定cookie');
return { api: null, uid: null, deviceFp: null };
}
try {
// 创建米游社 API 对象
const api = new MysZZZApi(uid, ck);