Merge pull request 'blue' (#1) from blue into master

Reviewed-on: #1
master
rxh 2023-12-19 14:18:13 +08:00
parent 1269067243
commit 0ef66c37fe
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ 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);
} }
//添加商品 //添加商品