From 0157ac25eda390689a91d7bc82aa68146b6083ec Mon Sep 17 00:00:00 2001 From: zhaochencheng Date: Sat, 11 Mar 2023 20:47:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BE=AE=E4=BF=A1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/application-druid.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-druid.yml index 804c2a9..bbbed63 100644 --- a/ruoyi-admin/src/main/resources/application-druid.yml +++ b/ruoyi-admin/src/main/resources/application-druid.yml @@ -42,3 +42,6 @@ aliyun: oss: endPoint: 你的endpoint # Endpoint:在阿里云oss控制台查看自己使用的endpoint bucketName: 你的bucketName # bucket 名称 +wechat: + appId: 你的微信服务号信息 + secret: 你的微信服务号信息 \ No newline at end of file