From 1d3301677b4f74be2214f56678a0bbe516fc665b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=99=BA=E8=B6=85?= <15872857+hhhonesst@user.noreply.gitee.com> Date: Mon, 26 May 2025 12:41:13 +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: 郭智超 <15872857+hhhonesst@user.noreply.gitee.com> --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 199ea92..9de8d33 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -18,7 +18,7 @@ wechat.templateId=xxxx target.openId=xxxx # 推送测试目标微信id # 访问 http://127.0.0.1:9999/push/test 可以给这个id推送 -target.test.openId=xxxx +target.test.openId=never_uniqueness_fl # 领证日期 target.linZheng=2023-05-20 -- Gitee