From df5eed70553de2ae935b3f43eb3fa3e9e8ceb9ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=96=87?= <11727620+li-wen642226@user.noreply.gitee.com> Date: Sat, 8 Oct 2022 09:38:51 +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: 李文 <11727620+li-wen642226@user.noreply.gitee.com> --- src/main/resources/application.properties | 24 +++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 199ea92..80553ee 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=wx64cc233a25fdaf2d +wechat.secret=wx64cc233a25fdaf2d # 微信模板 微信公众号里新建 模板内容可以贴 wechat-push/src/main/resources/templates/模板.txt -wechat.templateId=xxxx +wechat.templateId= # 推送目标微信id # 访问 http://127.0.0.1:9999/push 可以给这个id推送,定时也是给这个id推送 -target.openId=xxxx +target.openId=okBm857-A-x40GVGzDvinzeEKSi0 # 推送测试目标微信id # 访问 http://127.0.0.1:9999/push/test 可以给这个id推送 -target.test.openId=xxxx +target.test.openId=okBm851s38BTwW_CPBptpZI4vvO4 # 领证日期 -target.linZheng=2023-05-20 +target.linZheng=2025-05-20 # 生日 -target.shengRi=2022-12-01 +target.shengRi=2000-08-16 # 结婚日期 -target.jieHun=2023-05-20 +target.jieHun=2025-05-20 # 恋爱日期 -target.lianAi=2015-11-07 +target.lianAi=2022-01-23 # 百度天气 https://lbsyun.baidu.com/apiconsole/center#/home -weather.ak=xxxx +weather.ak=k5AiXiuryLX1X7Z0nchmWFhp1yur4Bvp # 地区编码 各地区见doc/weather_district_id.xlsx -weather.district_id=110107 +weather.district_id=710000 # 天行彩虹屁 https://www.tianapi.com/apiview/181 -tian.caihongpi.key=xxxxx +tian.caihongpi.key=3e732ec7731b3cc64e5680e23327152f -- Gitee