style: apis

This commit is contained in:
手瓜一十雪
2024-09-07 23:48:41 +08:00
parent 2b35140899
commit 1bf08c2649
8 changed files with 22 additions and 62 deletions

View File

@@ -22,7 +22,7 @@ export class NTQQSystemApi {
}
async getOnlineDev() {
return this.context.session.getMsgService().getOnLineDev();
this.context.session.getMsgService().getOnLineDev();
}
async getArkJsonCollection(cid: string) {