From 930f67f3513f497db4be5aa238f5813fb8b6b5cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=B6=E6=97=AD?= <14389500+wang--jiaxu@user.noreply.gitee.com> Date: Tue, 7 May 2024 06:51:24 +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: 王家旭 <14389500+wang--jiaxu@user.noreply.gitee.com> --- src/main/resources/application.properties | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 199ea92..7526aa9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,8 +6,8 @@ logging.level.root=info server.port=9999 # 微信公众号信息 微信公众号后台找 -wechat.appId=xxxx -wechat.secret=xxxx +wechat.appId=wxc74d5400a94ef464 +wechat.secret=2da3052800165b601d43589d6a555cc1 # 微信模板 微信公众号里新建 模板内容可以贴 wechat-push/src/main/resources/templates/模板.txt wechat.templateId=xxxx @@ -18,21 +18,23 @@ wechat.templateId=xxxx target.openId=xxxx # 推送测试目标微信id # 访问 http://127.0.0.1:9999/push/test 可以给这个id推送 -target.test.openId=xxxx +target.test.openId=o3oDx6lxVFV6CRAxxpFOWQnB1rBg # 领证日期 -target.linZheng=2023-05-20 +target.linZheng= # 生日 -target.shengRi=2022-12-01 +target.shengRi=2024-05-31 # 结婚日期 -target.jieHun=2023-05-20 +target.jieHun= # 恋爱日期 -target.lianAi=2015-11-07 +target.lianAi=2023-07-16 -# 百度天气 https://lbsyun.baidu.com/apiconsole/center#/home -weather.ak=xxxx +# 心知天气 +zxkey=SlhyfIGLA3bYNy9Tt # 地区编码 各地区见doc/weather_district_id.xlsx weather.district_id=110107 # 天行彩虹屁 https://www.tianapi.com/apiview/181 -tian.caihongpi.key=xxxxx +tian.caihongpi.key=385da386632c6385214ce8d89cdb57c0 +# 高德 +gdkey=cc8b60d74d8887f3fae2f444291a545e -- Gitee