This commit is contained in:
Van0313
2025-05-16 23:28:01 +08:00
parent e1a2d59748
commit b6562ba7ec

View File

@@ -212,7 +212,9 @@ public class WXUtil {
chatRoom_xb.put("48621589056@chatroom", "舵手");
//发送通知到微信
sendTextMessage(default_super_admin_wxid, "Jarvis 重启完成 [亲亲][亲亲][亲亲] ", 1, default_super_admin_wxid, false);
super_admins.forEach((wxid, superAdmin) -> {
sendTextMessage(wxid, "Jarvis 重启完成 [亲亲][亲亲][亲亲] ", 1, wxid, false);
});
}