From 8977de036641644a255fe4f9996887a1544e9f0f Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 3 Sep 2025 19:22:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=80=9A=E7=9F=A5):=20tg=E7=BE=A4id?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/command/user/ManagerApprovalNotPassCmdExe.java | 2 +- .../circle/other/app/service/user/ManagerAuthServiceImpl.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/ManagerApprovalNotPassCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/ManagerApprovalNotPassCmdExe.java index 615ca897..abd1ba82 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/ManagerApprovalNotPassCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/ManagerApprovalNotPassCmdExe.java @@ -276,6 +276,6 @@ public class ManagerApprovalNotPassCmdExe { private void sendTelegram(StringBuilder stringBuilder) { //机器人来咯 MyAmazingBot myAmazingBot = new MyAmazingBot(); - myAmazingBot.sendMsg("-4737425905", stringBuilder.toString()); + myAmazingBot.sendMsg("-473742590", stringBuilder.toString()); } } diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/user/ManagerAuthServiceImpl.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/user/ManagerAuthServiceImpl.java index 57997043..ccb7112d 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/user/ManagerAuthServiceImpl.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/service/user/ManagerAuthServiceImpl.java @@ -447,7 +447,7 @@ public class ManagerAuthServiceImpl implements ManagerAuthService { private void sendTelegram(StringBuilder stringBuilder) { //机器人来咯 MyAmazingBot myAmazingBot = new MyAmazingBot(); - myAmazingBot.sendMsg("-4737425905", stringBuilder.toString()); + myAmazingBot.sendMsg("-473742590", stringBuilder.toString()); } }