Compare commits
No commits in common. "891503777917f9d1f8a8de3490811649faac844c" and "ab3e9868793490a88f65ef4e872a2c6a76b7fa94" have entirely different histories.
8915037779
...
ab3e986879
|
@ -23,7 +23,6 @@ public class ShopController {
|
||||||
//上传图片
|
//上传图片
|
||||||
@PostMapping("/upImg")
|
@PostMapping("/upImg")
|
||||||
public Result upImg(@RequestParam("file")MultipartFile myFile){
|
public Result upImg(@RequestParam("file")MultipartFile myFile){
|
||||||
System.out.println();
|
|
||||||
return shopService.upImg(myFile);
|
return shopService.upImg(myFile);
|
||||||
}
|
}
|
||||||
//添加商品
|
//添加商品
|
||||||
|
|
Loading…
Reference in New Issue