From 571f20950ab98c302e04a10ac49b720d92f96213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=9E=E9=B8=A2?= <7951750+FJH820@user.noreply.gitee.com> Date: Thu, 29 Sep 2022 13:26:50 +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: 辞鸢 <7951750+FJH820@user.noreply.gitee.com> --- src/main/resources/application.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 199ea92..db510b4 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,16 +6,16 @@ logging.level.root=info server.port=9999 # 微信公众号信息 微信公众号后台找 -wechat.appId=xxxx -wechat.secret=xxxx +wechat.appId=wx657524fa82a59305 +wechat.secret=eab333e37a61eb3395016d425bca30a5 # 微信模板 微信公众号里新建 模板内容可以贴 wechat-push/src/main/resources/templates/模板.txt -wechat.templateId=xxxx +wechat.templateId=bMF4rZXR8z-DjXovU-BNo05eM71Kg8b78iWCD3--BI4 # 推送目标微信id # 访问 http://127.0.0.1:9999/push 可以给这个id推送,定时也是给这个id推送 -target.openId=xxxx +target.openId=oq7T15ozgUv3xl-9rw5PrCml74YA # 推送测试目标微信id # 访问 http://127.0.0.1:9999/push/test 可以给这个id推送 target.test.openId=xxxx @@ -30,9 +30,9 @@ target.jieHun=2023-05-20 target.lianAi=2015-11-07 # 百度天气 https://lbsyun.baidu.com/apiconsole/center#/home -weather.ak=xxxx +weather.ak=j0IVdiSs1GyDYvDA554cCyVwjOurLS49 # 地区编码 各地区见doc/weather_district_id.xlsx weather.district_id=110107 # 天行彩虹屁 https://www.tianapi.com/apiview/181 -tian.caihongpi.key=xxxxx +tian.caihongpi.key=7a9fa35f992ab53f973d610348620598 -- Gitee