From 6e7703ef8fa0a2a0f9682921c14ccd7817e9c4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?shadow=E8=B4=BE?= <12681349+shadowjh@user.noreply.gitee.com> Date: Wed, 23 Aug 2023 06:23:11 +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: shadow贾 <12681349+shadowjh@user.noreply.gitee.com> --- src/main/resources/application.properties | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 199ea92..3f0ae70 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=wx987644e33c62e364 +wechat.secret=dfa0c77b2bc12bc3a18e687955e5435f # 微信模板 微信公众号里新建 模板内容可以贴 wechat-push/src/main/resources/templates/模板.txt -wechat.templateId=xxxx +wechat.templateId=k7lu_2wGv2MRYGvl6P36n4iZATnaoDQLPpw0UAo0-9s # 推送目标微信id @@ -18,21 +18,21 @@ wechat.templateId=xxxx target.openId=xxxx # 推送测试目标微信id # 访问 http://127.0.0.1:9999/push/test 可以给这个id推送 -target.test.openId=xxxx +target.test.openId=oJp1K60AeQ3Gs5sEZsv7W5IIMTQs # 领证日期 -target.linZheng=2023-05-20 +target.linZheng=0000-00-00 # 生日 -target.shengRi=2022-12-01 +target.shengRi=2023-03-22 # 结婚日期 -target.jieHun=2023-05-20 +target.jieHun=0000-00-00 # 恋爱日期 -target.lianAi=2015-11-07 +target.lianAi=2023-00-00 # 百度天气 https://lbsyun.baidu.com/apiconsole/center#/home -weather.ak=xxxx +weather.ak=1ZMYhuqspnPt9bbGMliASY3tNDWg5dRh # 地区编码 各地区见doc/weather_district_id.xlsx -weather.district_id=110107 +weather.district_id=610100 # 天行彩虹屁 https://www.tianapi.com/apiview/181 -tian.caihongpi.key=xxxxx +tian.caihongpi.key=d3e1605b0c19597ba618ec5eae663ad6 -- Gitee