style: apis

This commit is contained in:
手瓜一十雪
2024-09-07 23:48:41 +08:00
parent cdb25828f2
commit bd1a95a7f5
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) {