From e38cb99d8a638eb7b2e1cc3d13a898cfda12c5f2 Mon Sep 17 00:00:00 2001 From: Shu Guang <61069967+shuguangnet@users.noreply.github.com> Date: Sun, 18 May 2025 17:22:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 8196 -> 8196 bytes src/.DS_Store | Bin 6148 -> 6148 bytes .../springbootinit/constant/FileConstant.java | 2 +- src/main/resources/application.yml | 8 ++++---- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.DS_Store b/.DS_Store index 4328ced89be8fac9e9e1f1484a074cdcf1b26954..164eb97612485ba07057b0f79ee716ca233b7c56 100644 GIT binary patch delta 629 zcmZp1XmOa}ÄU^hRb#$+A=iFyVOxoQRm1{MZAhIEEZhLYTT7nh`*{3M_lNB8Li z;_u%ab3~O-fy)EMPb_?mDqoOc7@VA+TL6?}VBi6htU$9f8B!Qh84`2Skz^TUoEQ=q z7?7lqEmxcQ`1D(dEpZpkNJ(3C(2QV~DW)?JM2Rfta&#PmT?FA*_?07+i zdS;-j@)?p*T*dZzA5b||2H8Oj3=IuHLqMScmqj=RQx?S`AZr;IxENeO_Az7w!=i{G zZF8UCQ${-mo@}s@#SDcEImi~ugznIs2k{>>15_4aAyjtqMqvpi28GF|g+mlr+#f(q zDq=`RHVG)Y?A;rn|3$<>4w(szw8^m|5=>kQo6ALH8Ce+EV$>(k5S0N*t^q0BEh-CV f-xrl-X5f0T`M>B4#?9;!-&i*Him(%{XDTBA0yU}E delta 510 zcmZp1XmOa}C7U^hRb%48k^iF(Fs8X^n~3@i+K4CxG+3?;ewE-pzq`AI-Aj@^HM z-tV}6#1U0K1+RQThGB4Wer^F!4+B&A0T9IsG&_?ag&~z8F((}%%fKFI$&i2|jcoae z1)Nd~AeJK;keiRN9=i%;2QY9vn9M9_%Dz1%d8BwY75eX*71(U5sLKL`8azjljVn{|d zsr^@$!`GZ6lh=!gv%}bDf%>F2YuO^R6G6tSu%BXZwrE iGIMwqY|a;(!8oy?U^BbKH~pAIZSLz`~HrkjRk9ke8e9;*yk;p9B=+=*mdhYLaop5mi0~uY5s< zVQ_MOZUIma1B2uN5Xr(&!jQ^P%ute(jwHw6xDF&Yc?qKkyY;dy^M#9!Oy18Z31{DD VlxDoJnURT&ZDIl2W_FIh`~bv7FK_?= diff --git a/src/main/java/com/yupi/springbootinit/constant/FileConstant.java b/src/main/java/com/yupi/springbootinit/constant/FileConstant.java index 8781d56..6c81cda 100644 --- a/src/main/java/com/yupi/springbootinit/constant/FileConstant.java +++ b/src/main/java/com/yupi/springbootinit/constant/FileConstant.java @@ -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"; } diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 54b4641..7604ce5 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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