This commit is contained in:
qq
2026-04-21 23:56:38 +08:00
parent c2d7d53fbb
commit 0e4c3a9c11
13 changed files with 64 additions and 13 deletions
+4
View File
@@ -0,0 +1,4 @@
import * as COS from 'cos-nodejs-sdk-v5';
export declare const COSHelp: {
upload(file: Express.Multer.File): Promise<COS.UploadFileResult>;
};