拼多多地址

This commit is contained in:
Leo
2025-04-07 10:38:02 +08:00
parent 4e058fd816
commit 109f1b382d
3 changed files with 177 additions and 143 deletions

View File

@@ -36,6 +36,10 @@ public class WXUtil {
public static Map<String, SuperAdmin> super_admins = new HashMap<>();
public static Map<String, String> jdidToWxidMap = new HashMap<>();
public static List<String> chatRoomList = new ArrayList<>();
//玩乐买
public static String chatRoom_WLM = "23143922156@chatroom";
//搬运群
public static String chatRoom_BY = "50400969285@chatroom";
/**
* url http://127.0.0.1:7777/DaenWxHook/httpapi/
* 获取微信列表 (X0000)
@@ -189,7 +193,8 @@ public class WXUtil {
}
}
public void sendImageMessage(String wxid, String imagePath){
public void sendImageMessage(String wxid, String imagePath) {
WxReqDate wxReqDate = createWxReqData(WXReqType.SEND_IMAGE);
JSONObject data = new JSONObject();
data.put("wxid", wxid);