累计更新:

cos上传
补丁压缩
This commit is contained in:
2025-12-06 16:29:26 +08:00
parent 5a2211d217
commit b78ee53326
11 changed files with 483 additions and 49 deletions
+2
View File
@@ -1,3 +1,5 @@
#pragma once
bool downloadFileFromCOS(const char* cosFilePath, const char* localFilePath);
bool uploadFileToCos(const char* localFilePath, const char* cosFilePath);