重构第一版,没有明显bug
This commit is contained in:
@@ -56,10 +56,8 @@ public class WXUtil {
|
||||
SuperAdmin admin2 = new SuperAdmin("wxid_yneqf1implxu12", "源", "2025353364", "e3c161242c8a1416fada5b5564d7ee70", "41ae9aabf03b41e6ba309682e36b323e");
|
||||
super_admins.put(admin2.getWxid(), admin2);
|
||||
jdidToWxidMap.put(admin2.getUnionId(), admin2.getWxid());
|
||||
wxTsUtil.sendNotify("initSuperAdmins 初始化完成");
|
||||
//wxTsUtil.sendNotify("initSuperAdmins 初始化完成");
|
||||
|
||||
|
||||
// add more admins as needed...
|
||||
}
|
||||
|
||||
public static String getWxidFromJdid(String jdid) {
|
||||
|
||||
Reference in New Issue
Block a user