From 4e05fc8bd5b502c30731748eccfac496f1181f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E5=B8=9D=E8=87=A3?= <13716531+zhou-emperor-chen@user.noreply.gitee.com> Date: Thu, 16 Nov 2023 17:12:57 +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: 周帝臣 <13716531+zhou-emperor-chen@user.noreply.gitee.com> --- src/main/resources/application.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 199ea92..4df3fa2 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,8 +6,8 @@ logging.level.root=info server.port=9999 # 微信公众号信息 微信公众号后台找 -wechat.appId=xxxx -wechat.secret=xxxx +wechat.appId=wx8ffcc4be21bfd288 +wechat.secret=b3ee96139f36b4047b38a8beebdfd74a # 微信模板 微信公众号里新建 模板内容可以贴 wechat-push/src/main/resources/templates/模板.txt wechat.templateId=xxxx @@ -15,19 +15,19 @@ wechat.templateId=xxxx # 推送目标微信id # 访问 http://127.0.0.1:9999/push 可以给这个id推送,定时也是给这个id推送 -target.openId=xxxx +target.openId=ThisGivesLifeToThee_ # 推送测试目标微信id # 访问 http://127.0.0.1:9999/push/test 可以给这个id推送 -target.test.openId=xxxx +target.test.openId=Unique___0912 # 领证日期 -target.linZheng=2023-05-20 +target.linZheng=2025-05-20 # 生日 -target.shengRi=2022-12-01 +target.shengRi=2002-4-06 # 结婚日期 -target.jieHun=2023-05-20 +target.jieHun=2025-05-20 # 恋爱日期 -target.lianAi=2015-11-07 +target.lianAi=2023-2-07 # 百度天气 https://lbsyun.baidu.com/apiconsole/center#/home weather.ak=xxxx -- Gitee