价保
This commit is contained in:
@@ -42,6 +42,8 @@ public class WXUtil {
|
||||
// 群聊管理白名单
|
||||
public static List<String> chatRoom_admin = new ArrayList<>();
|
||||
public static List<String> chatRoom_admin_inner = new ArrayList<>();
|
||||
public static List<String> chatRoom_admin_pl = new ArrayList<>();
|
||||
|
||||
// 线报来源群
|
||||
public static Map<String, String> chatRoom_xb = new HashMap<>();
|
||||
|
||||
@@ -206,8 +208,10 @@ public class WXUtil {
|
||||
// 方案交互群
|
||||
chatRoom_admin.add("44960628585@chatroom");
|
||||
chatRoom_admin_inner.add("44960628585@chatroom");
|
||||
// 评价生成群
|
||||
chatRoom_admin.add("47484514467@chatroom");
|
||||
// 评价生成群 大群
|
||||
chatRoom_admin_pl.add("47484514467@chatroom");
|
||||
// 评价生成群 小群 群(43745034055@chatroom)wxid_gca9mnidqhkq11:加入群聊
|
||||
chatRoom_admin_pl.add("43745034055@chatroom");
|
||||
|
||||
/* 线报采集来源群 */
|
||||
// 玩了买
|
||||
|
||||
Reference in New Issue
Block a user