feat(通知): tg群id替换

This commit is contained in:
tianfeng 2025-09-03 19:22:46 +08:00
parent ad2cc4d747
commit 8977de0366
2 changed files with 2 additions and 2 deletions

View File

@ -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());
}
}

View File

@ -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());
}
}