mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
build: test
This commit is contained in:
@@ -32,6 +32,10 @@ export class NTQQGroupApi {
|
||||
for (const group of this.groups) {
|
||||
this.groupCache.set(group.groupCode, group);
|
||||
}
|
||||
let text = await this.context.session.getMsgService().sendSsoCmdReqByContend(
|
||||
'LightAppSvc.mini_app_share.AdaptShareInfo',
|
||||
JSON.stringify({ data: 'test' }));
|
||||
console.log(text);
|
||||
this.context.logger.logDebug(`加载${this.groups.length}个群组缓存完成`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user