fix: 修复文件上传

This commit is contained in:
Shu Guang 2025-05-18 17:22:17 +08:00
parent a2d4095e5c
commit e38cb99d8a
4 changed files with 5 additions and 5 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
src/.DS_Store vendored

Binary file not shown.

View File

@ -12,5 +12,5 @@ public interface FileConstant {
* COS 访问地址
* todo 需替换配置
*/
String COS_HOST = "https://yupi.icu";
String COS_HOST = "https://aigc-backend666-1309981038.cos.ap-shanghai.myqcloud.com";
}

View File

@ -87,10 +87,10 @@ wx:
# todo 需替换配置
cos:
client:
accessKey: xxx
secretKey: xxx
region: xxx
bucket: xxx
accessKey: AKIDgFhz87wa3NWUHuMdiw54sVwBFC1gAoJc
secretKey: BAxYxAEG8o372pRr6A3lIfrtjNtgLtOk
region: ap-shanghai
bucket: aigc-backend666-1309981038
# 接口文档配置
knife4j:
enable: true