Commit 1a8c6a8d by huluobin

bug fix

parent 063147f1
...@@ -137,7 +137,7 @@ public class XcxController { ...@@ -137,7 +137,7 @@ public class XcxController {
@ApiOperation(value = "图片上传") @ApiOperation(value = "图片上传")
@RequestMapping("/technician/xcx/upload") @RequestMapping("/technician/xcx/upload")
public JsonResult<String> techUpload(MultipartFile file) throws Exception { public JsonResult<String> techUpload(MultipartFile file) throws Exception {
// String imgUrl = ImageUtil.saveImage(gogirlProperties.getPicturePath(), file); String imgUrl = ImageUtil.saveImage(gogirlProperties.getPicturePath(), file);
return JsonResult.success("123"); return JsonResult.success("123");
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment