From 74e042960cc73002795ae5aa88ada1c31094d682 Mon Sep 17 00:00:00 2001 From: yn147 <2270338776@qq.com> Date: 星期三, 24 五月 2023 15:52:25 +0800 Subject: [PATCH] 课程调用id --- 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