From 96fd1c9e9f77f863834ecca85fb2f2db8287c65c Mon Sep 17 00:00:00 2001 From: cdffdc <184243183@qq.com> Date: Thu, 22 Feb 2024 03:32:25 +0000 Subject: [PATCH] update src/main/resources/application.properties. Signed-off-by: cdffdc <184243183@qq.com> --- src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 199ea92..c645b5a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -15,10 +15,10 @@ wechat.templateId=xxxx # 推送目标微信id # 访问 http://127.0.0.1:9999/push 可以给这个id推送,定时也是给这个id推送 -target.openId=xxxx +target.openId=wx34a059ff55a74b83 # 推送测试目标微信id # 访问 http://127.0.0.1:9999/push/test 可以给这个id推送 -target.test.openId=xxxx +target.test.openId=wx34a059ff55a74b83 # 领证日期 target.linZheng=2023-05-20 @@ -35,4 +35,4 @@ weather.ak=xxxx weather.district_id=110107 # 天行彩虹屁 https://www.tianapi.com/apiview/181 -tian.caihongpi.key=xxxxx +tian.caihongpi.key=c923f6d4699718c68e9bf2fe90e82e58 -- Gitee