拼多多地址
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user