From c44aa339376d8f1d2a87c03eb2eff58627dca743 Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Sun, 28 Jul 2024 08:13:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B8=E5=A4=9A=E5=AE=B6=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/cc/hiver/mall/controller/ShopController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/controller/ShopController.java b/hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/controller/ShopController.java index cef17dcc..337e6965 100644 --- a/hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/controller/ShopController.java +++ b/hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/controller/ShopController.java @@ -283,7 +283,7 @@ public class ShopController { * @param shop * @return Result */ - @RequestMapping(value = "/updateShopIconAndRemark", method = RequestMethod.PUT) + @RequestMapping(value = "/updateShopIconAndRemark", method = RequestMethod.POST) @ApiOperation("更新店铺图标及备注") public Result updateShopIconAndRemark(@RequestBody Shop shop) { final String id = shop.getId();