refactor: fileget

This commit is contained in:
手瓜一十雪
2024-07-28 14:25:13 +08:00
parent 91578d149d
commit aa0f422ecb
2 changed files with 40 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
import { NTEventDispatch } from '@/common/utils/EventTask';
import { GeneralCallResult, NTQQFileApi, NTQQUserApi, napCatCore } from '@/core';
setTimeout(async () => {
let ret = await NTQQFileApi.searchfile(['doc']);
let ret = JSON.stringify(await NTQQFileApi.searchfile(['doc']));
console.log(ret);
}, 20000)
export class NTQQSystemApi {