From 88444acb865c6453302630c93aa8f9f8b3da57a0 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 07:05:53 +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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 199ea92..c4e0517 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=o3XTp5-zw64QpVDjKNGP0Zu7bF5s # 领证日期 target.linZheng=2023-05-20 @@ -27,12 +27,12 @@ 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 +weather.ak=at4swjsOSafRk4GDzTDLPm4IBKkkY3A1 # 地区编码 各地区见doc/weather_district_id.xlsx -weather.district_id=110107 +weather.district_id=440306 # 天行彩虹屁 https://www.tianapi.com/apiview/181 tian.caihongpi.key=xxxxx -- Gitee