JAVA获取长沙住房APP认筹楼盘列表,通过QQ/微信发送信息提示

本文介绍了如何使用Java通过Fiddler抓包分析HTTP请求,模拟登录长沙住房APP,获取认筹楼盘列表,并利用窗口模拟功能通过QQ/微信发送信息进行数据提示。
摘要由CSDN通过智能技术生成

 1.通过Fiddler工具抓包:拿到列表页的http请求

操作方法:https://jingyan.baidu.com/article/4dc40848617b1dc8d846f16d.html

2.通过抓包得知需要先模拟登录,然后才能获取列表数据

3.通过调取窗口模拟发送消息

附下面代码:

package com.leo;

import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;

import javax.annotation.PostConstruct;
import java.awt.*;
import java.awt.datatransfer.Clipboard;
import java.awt.datatransfer.StringSelection;
import java.awt.datatransfer.Transferable;
import java.awt.event.KeyEvent;
import java.io.*;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.u
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值