mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-11 23:40:24 +00:00
refactor: fileget
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user