From 1a4087c27e1906f6b26043a44131e3217955ddb9 Mon Sep 17 00:00:00 2001 From: glz <694770232@qq.com> Date: Wed, 20 May 2026 17:36:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=ADOSS=E9=A1=B9=E7=9B=AE=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E4=B8=BAQuestionBank?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将appsettings.json里的ProjectName从scs更新为QuestionBank,对齐业务项目命名 --- QuestionLibraryMQConsumer/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QuestionLibraryMQConsumer/appsettings.json b/QuestionLibraryMQConsumer/appsettings.json index d9dbdc3..1e1384f 100644 --- a/QuestionLibraryMQConsumer/appsettings.json +++ b/QuestionLibraryMQConsumer/appsettings.json @@ -62,7 +62,7 @@ "RoleArn": "acs:ram::1064745380176636:role/aliyunosstokengeneratorrole", "DurationSeconds": 3600, //过期时间(秒) "Endpoint": "oss-cn-beijing.aliyuncs.com", - "ProjectName": "scs", + "ProjectName": "QuestionBank", "Domain": "https://qyzh-qb.oss-cn-beijing.aliyuncs.com/" } }