From 5b1baee9f43cb311ec8ca8ef17f195445b00bac0 Mon Sep 17 00:00:00 2001 From: yn147 <2270338776@qq.com> Date: 星期四, 11 五月 2023 14:08:59 +0800 Subject: [PATCH] 邮箱登录 --- src/main/resources/application.properties | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 1ec895b..a6dee7f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -96,4 +96,8 @@ wx.appId=wx953bf2ed18e7836b wx.secret=1d8b00beaddf5c8f36d1fedc14ef7973 + +wx.app.appId=wx5a7c0d4798fbfdc2 +wx.app.secret=95c5470a52a2c4e037741f82246f4d86 + logging.config=classpath:log4j2.xml -- Gitblit v1.8.0