From b1a83beb5e70aad72b38d49593c094fa4794b5e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E6=BA=AA?= <11479341+sanxi1217@user.noreply.gitee.com> Date: Wed, 17 Aug 2022 14:43:30 +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: 三溪 <11479341+sanxi1217@user.noreply.gitee.com> --- src/main/resources/application.properties | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a164c51..fcbf959 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,17 +5,13 @@ logging.level.root=info server.port=9999 # 推送目标微信id -target.openId=xxxx +target.openId=xr_060910 # 推送测试目标微信id -target.test.openId=xxxx -# 领证日期 -target.linZheng=2023-05-20 +target.test.openId=jc1217y # 生日 -target.shengRi=2022-12-01 -# 结婚日期 -target.jieHun=2023-05-20 +target.shengRi=2023-06-09 # 恋爱日期 -target.lianAi=2015-11-07 +target.lianAi=2020-02-09 # 微信 wechat.appId=xxxx @@ -25,9 +21,9 @@ wechat.secret=xxxx wechat.templateId=xxxx # 百度天气 -weather.ak=xxxx +weather.ak=Ru6QXMP6qoG630mfRg5TW79aAmbjbkyO # 地区编码 各地区见doc/weather_district_id.xlsx -weather.district_id=110107 +weather.district_id=331102 # 天行彩虹屁 https://www.tianapi.com/apiview/181 -tian.caihongpi.key=xxxxx +tian.caihongpi.key=fd7f4f77ec91bc177329122012f34baa -- Gitee