From 1b440b1e765117482b6041711c991e647ae4d2d9 Mon Sep 17 00:00:00 2001 From: wuleyu <11580052+wuleyu@user.noreply.gitee.com> Date: Wed, 7 Sep 2022 14:11:36 +0000 Subject: [PATCH] update src/main/resources/application.properties. Signed-off-by: wuleyu <11580052+wuleyu@user.noreply.gitee.com> --- src/main/resources/application.properties | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 199ea92..54cc20a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,33 +6,33 @@ logging.level.root=info server.port=9999 # 微信公众号信息 微信公众号后台找 -wechat.appId=xxxx -wechat.secret=xxxx +wechat.appId=wxa1910801973c3e16 +wechat.secret=d3485f3a43ba5258388c765614da330f # 微信模板 微信公众号里新建 模板内容可以贴 wechat-push/src/main/resources/templates/模板.txt -wechat.templateId=xxxx +wechat.templateId=c8UbS2-Gj8rgwfiI77H0GJ4Xk4HvIjNQ6bAuh6O3odU # 推送目标微信id # 访问 http://127.0.0.1:9999/push 可以给这个id推送,定时也是给这个id推送 -target.openId=xxxx +target.openId=ozW3a5-j3WK2rOwGZJtFWWX_czao # 推送测试目标微信id # 访问 http://127.0.0.1:9999/push/test 可以给这个id推送 -target.test.openId=xxxx +target.test.openId=ozW3a51nfqrDLOsBOGJSBhSigoeg # 领证日期 target.linZheng=2023-05-20 # 生日 -target.shengRi=2022-12-01 +target.shengRi=1996-11-14 # 结婚日期 target.jieHun=2023-05-20 # 恋爱日期 -target.lianAi=2015-11-07 +target.lianAi=2022-08-14 # 百度天气 https://lbsyun.baidu.com/apiconsole/center#/home -weather.ak=xxxx +weather.ak=yLF6Gr7EOdXcueDZGOXYChcEsZWgWspM # 地区编码 各地区见doc/weather_district_id.xlsx -weather.district_id=110107 +weather.district_id=441900 # 天行彩虹屁 https://www.tianapi.com/apiview/181 -tian.caihongpi.key=xxxxx +tian.caihongpi.key=1990245185f08bfc509b31683540c28f -- Gitee