feat(通知): tg群id替换
This commit is contained in:
parent
ad2cc4d747
commit
8977de0366
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
@ -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());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user