多线报来源
This commit is contained in:
@@ -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@chatroom)wxid_cfmrk2upjtf322:1
|
||||
chatRoomList.add("49533691813@chatroom");
|
||||
//wxTsUtil.sendNotify("initSuperAdmins 初始化完成");
|
||||
//发送通知到微信
|
||||
chatRoom_admin.add("49533691813@chatroom");
|
||||
//群(44960628585@chatroom)wxid_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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user