java 发送上传文件的 http put 请求
public static CloseableHttpResponse putFilesWithHeader(String url,JSONObject requestJson,Map<String, String> header ,File... files) {
CloseableHttpResponse execute = null;
HttpPut http...
原创
2019-05-15 18:39:41 ·
5146 阅读 ·
0 评论