refactor: 七牛云上传

This commit is contained in:
2025-07-24 18:03:41 +08:00
parent 857bb4ad21
commit c0b5bb8e27
9 changed files with 515 additions and 159 deletions

View File

@@ -23,7 +23,7 @@
"php": ">=8.0.0",
"topthink/framework": "^8.0",
"topthink/think-orm": "v3.0.34",
"topthink/think-filesystem": "^2.0",
"topthink/think-filesystem": "^3.0",
"topthink/think-multi-app": "^1.1",
"topthink/think-migration": "^3.1",
"topthink/think-view": "^2.0",
@@ -35,7 +35,8 @@
"phpoffice/phpspreadsheet": "^3.8",
"friendsofsymfony/oauth2-php": "^1.3",
"mobiledetect/mobiledetectlib": "4.8.09",
"qiniu/php-sdk": "^7.14"
"qiniu/php-sdk": "^7.14",
"overtrue/flysystem-qiniu": "^3.2"
},
"require-dev": {
"symfony/var-dumper": ">=4.2",