From d7ebc5a35ba7aca10ec81726e72fc193a5f3b5b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=AA=E5=B0=8F=E6=BB=A1?= <9532416+zxm-seeTools@user.noreply.gitee.com> Date: Sat, 23 Dec 2023 06:44:25 +0000 Subject: [PATCH] update src/main/resources/application.properties. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 猪小满 <9532416+zxm-seeTools@user.noreply.gitee.com> --- src/main/resources/application.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 199ea92..68aacc1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,11 +6,11 @@ logging.level.root=info server.port=9999 # 微信公众号信息 微信公众号后台找 -wechat.appId=xxxx -wechat.secret=xxxx +wechat.appId=wx27a3d3617c46213d +wechat.secret=f14d0e4cd5fc05542d33d26de17f7e6c # 微信模板 微信公众号里新建 模板内容可以贴 wechat-push/src/main/resources/templates/模板.txt -wechat.templateId=xxxx +wechat.templateId=ZbNt7HStInXeZPTurYga8LaLoSrC8geACTvSABDO4UA # 推送目标微信id @@ -18,7 +18,7 @@ wechat.templateId=xxxx target.openId=xxxx # 推送测试目标微信id # 访问 http://127.0.0.1:9999/push/test 可以给这个id推送 -target.test.openId=xxxx +target.test.openId=o3XTp59wS1k7PJQDaDU8Gv4JdOYk # 领证日期 target.linZheng=2023-05-20 @@ -27,7 +27,7 @@ target.shengRi=2022-12-01 # 结婚日期 target.jieHun=2023-05-20 # 恋爱日期 -target.lianAi=2015-11-07 +target.lianAi=2023-12-17 # 百度天气 https://lbsyun.baidu.com/apiconsole/center#/home weather.ak=xxxx -- Gitee