代码如下:
Map<String, Object> params = new HashMap<>();
params.put("upfile", new File(“文件地址”));
params.put("hello", "dasdasdas");
String html =Jboot.httpPost("http://10.0.1.8:8080/fileserver/api/file", params);
为何我在file这个方法获取不到参数?getPara(“hello”)也获取不到呢?求解
项目:jboot