摘要:
背景 对接一个第三方接口,对方接口验证请求头必须带上Origin等于xxx,否则不会返回数据。当我们使用hutool的HttpUtil发送请求,抓包发现这个请求头没有带上,导致接口总是返回空数据 解决方案 使用okhttp client <dependency> <groupId>com.squar 阅读全文
摘要:
maven <dependency> <groupId>com.github.javaparser</groupId> <artifactId>javaparser-core</artifactId> <version>3.24.0</version> </dependency> 代码 packag 阅读全文