西电查询服务接口
- Download the ZIP file of this repository or
git clone https://github.com/hwding/libXDUQuery.git
- The latest-compiled JAR file is in ./dist/libXDUQuery_jar/
- Add the JAR file to your project
- 教务系统 -> EduSystem
- 校一卡通 -> ECard
- 体育打卡 -> SportsClock
- 物理实验 -> PhysicsExperiment
- 水电用量 -> WaterAndElectricity
- 校图书馆 -> SchoolLibrary
- 校网流量 -> CampusNetwork
- API documentation is temporarily unavailable
- You can read Test.java along with those comments in the source codes for a quick understanding
- 为每个账户对象实现了Serializable接口, 对象反序列化后如果登录状态检测依旧有效(
checkIsLogin("username")
->true
), 则可直接调用查询方法