|
@@ -123,7 +123,7 @@ public class DevFileServiceImpl extends ServiceImpl<DevFileMapper, DevFile> impl
|
|
form("groupName", "hnzy").
|
|
form("groupName", "hnzy").
|
|
form("imageFile", imgFile).execute().body();
|
|
form("imageFile", imgFile).execute().body();
|
|
JSONObject json = (JSONObject) JSONObject.parse(result);
|
|
JSONObject json = (JSONObject) JSONObject.parse(result);
|
|
- log.info("result:"+result);
|
|
|
|
|
|
+ log.info("文件上传result:"+result);
|
|
if(StringUtils.equals(json.getString("success"),"true")){
|
|
if(StringUtils.equals(json.getString("success"),"true")){
|
|
map.put("imageFile",json.get("imageFile"));
|
|
map.put("imageFile",json.get("imageFile"));
|
|
}
|
|
}
|