Commit d7dd1a63 by huluobin

bug fix

parent 1a8c6a8d
...@@ -138,6 +138,6 @@ public class XcxController { ...@@ -138,6 +138,6 @@ public class XcxController {
@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(imgUrl);
} }
} }
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