累计更新:

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
+1
View File
@@ -1,3 +1,4 @@
#pragma once
bool downloadFile(const char* szDownloadUrl, const char* szLocalFile);
bool uploadFile(const char* szLocalFile, const char* szUploadUrl);