多线报来源

This commit is contained in:
Van0313
2025-04-23 10:45:34 +08:00
parent 3143681cd7
commit e4fdd75e9f
3 changed files with 34 additions and 46 deletions

View File

@@ -38,10 +38,12 @@ public class WXUtil {
public static Map<String, String> jdidToWxidMap = new HashMap<>();
public static Map<String, String> jdidToRemarkMap = new HashMap<>();
public static List<String> chatRoomList = new ArrayList<>();
//玩乐买
public static String chatRoom_WLM = "23143922156@chatroom";
//搬运群
// 群聊管理白名单
public static List<String> chatRoom_admin = new ArrayList<>();
// 线报来源群
public static Map<String, String> chatRoom_xb = new HashMap<>();
// 搬运群,对外带佣金,不带方案
public static String chatRoom_BY = "50400969285@chatroom";
/**
* url http://127.0.0.1:7777/DaenWxHook/httpapi/
@@ -162,15 +164,25 @@ public class WXUtil {
jdidToRemarkMap.put(admin8.getUnionId(), admin8.getName());
/* 内部管理群 */
// 方案
chatRoomList.add("50400969285@chatroom");
chatRoom_admin.add("50400969285@chatroom");
// 闲鱼
chatRoomList.add("50203565991@chatroom");
chatRoom_admin.add("50203565991@chatroom");
// 什么都发253|20:09:07|wxid_kr145nk7l0an31|收到群聊|群49533691813@chatroomwxid_cfmrk2upjtf3221
chatRoomList.add("49533691813@chatroom");
//wxTsUtil.sendNotify("initSuperAdmins 初始化完成");
//发送通知到微信
chatRoom_admin.add("49533691813@chatroom");
//44960628585@chatroomwxid_ytpc72mdoskt22 方案交互群
chatRoom_admin.add("44960628585@chatroom");
/* 线报采集来源群 */
// 玩了买
chatRoom_xb.put("23143922156@chatroom", "玩乐买");
// 舵手
chatRoom_xb.put("44960628585@chatroom", "舵手");
//发送通知到微信
sendTextMessage(default_super_admin_wxid, "Jarvis 重启完成 [亲亲][亲亲][亲亲] ", 1, default_super_admin_wxid, false);
}