From 962660d954ce69bc1f8d1a16024ca48b614018a1 Mon Sep 17 00:00:00 2001 From: EricsHu <hrr145632> Date: 星期一, 15 五月 2023 17:03:05 +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