fix: get group list

fix: 兼容 cc
This commit is contained in:
linyuchen
2024-03-24 11:57:02 +08:00
parent 94c928905e
commit 6542f2e63b
6 changed files with 41 additions and 14 deletions

View File

@@ -162,7 +162,12 @@ export function callNTQQApi<ReturnType>(params: NTQQApiParams) {
ipcMain.emit(
channel,
{},
{
sender: {
send: (..._args: unknown[]) => {
},
},
},
{type: 'request', callbackId: uuid, eventName},
apiArgs
)