Map<String, String> headers = new HashMap<String, String>();
headers.put("Content-Type", "multipart/form-data");请问,应该如何使用HttpKit发送POST请求哇,避免对方收不到数据?
https://jfinal.com/share/2202
不过项目要是有用到hutool工具箱的话,也是很方便的:
https://doc.hutool.cn/pages/HttpUtil/#%E6%96%87%E4%BB%B6%E4%B8%8A%E4%BC%A0