mirror of
https://github.com/crystelf/crystelf-core.git
synced 2025-07-04 14:49:19 +00:00
优化
This commit is contained in:
parent
9d96f78921
commit
76c4f507df
@ -73,7 +73,7 @@ class BotService {
|
|||||||
clientID: data.clientId ? data.clientId : await this.getBotClient(sendBot),
|
clientID: data.clientId ? data.clientId : await this.getBotClient(sendBot),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
const returnData = await wsClientManager.sendAndWait('test', sendData);
|
const returnData = await wsClientManager.sendAndWait('getGroupInfo', sendData);
|
||||||
if (returnData) {
|
if (returnData) {
|
||||||
return returnData;
|
return returnData;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user