From 3adefa44b77cae70f37b573560ed480c2e56768b Mon Sep 17 00:00:00 2001 From: EricsHu <hrr145632> Date: 星期二, 09 五月 2023 19:16:17 +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