From 51e8dcc013b81ce8490f96fd54b4a7061c1308c8 Mon Sep 17 00:00:00 2001 From: "jia.peng.lin" <212763092@qq.com> Date: Fri, 22 Sep 2023 08:18:06 +0000 Subject: [PATCH] update src/main/resources/application.properties. Signed-off-by: jia.peng.lin <212763092@qq.com> --- src/main/resources/application.properties | 28 +++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 199ea92..27d73e1 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -6,19 +6,19 @@ logging.level.root=info server.port=9999 # 微信公众号信息 微信公众号后台找 -wechat.appId=xxxx -wechat.secret=xxxx +wechat.appId=wxf960de84c3f2a9fd +wechat.secret=322db862237bddcefc621ba71a51fc41 -# 微信模板 微信公众号里新建 模板内容可以贴 wechat-push/src/main/resources/templates/模板.txt -wechat.templateId=xxxx +# 微信模板 微信公众号里新建 模板内容可以贴 wechat-pushsrcmainresourcestemplates模板.txt +wechat.templateId=wechat-pushsrcmainresourcestemplates模板.txt # 推送目标微信id -# 访问 http://127.0.0.1:9999/push 可以给这个id推送,定时也是给这个id推送 -target.openId=xxxx +# 访问 http127.0.0.19999push 可以给这个id推送,定时也是给这个id推送 +target.openId=oeIPK6NksFUBgCtrvqt63gxTRI9E # 推送测试目标微信id -# 访问 http://127.0.0.1:9999/push/test 可以给这个id推送 -target.test.openId=xxxx +# 访问 http127.0.0.19999pushtest 可以给这个id推送 +target.test.openId=oeIPK6NksFUBgCtrvqt63gxTRI9E # 领证日期 target.linZheng=2023-05-20 @@ -29,10 +29,10 @@ target.jieHun=2023-05-20 # 恋爱日期 target.lianAi=2015-11-07 -# 百度天气 https://lbsyun.baidu.com/apiconsole/center#/home -weather.ak=xxxx -# 地区编码 各地区见doc/weather_district_id.xlsx -weather.district_id=110107 +# 百度天气 httpslbsyun.baidu.comapiconsolecenter#home +weather.ak=nx4poBkZXqWxYgPoxhHMtpmLPron8FgQ +# 地区编码 各地区见docweather_district_id.xlsx +weather.district_id=110000 -# 天行彩虹屁 https://www.tianapi.com/apiview/181 -tian.caihongpi.key=xxxxx +# 天行彩虹屁 httpswww.tianapi.comapiview181 +tian.caihongpi.key=9d935afb1fa3c829c058b6420b9e7f90 \ No newline at end of file -- Gitee