Browse Source

许多家需求优化

cangku
wangfukang 2 years ago
parent
commit
c44aa33937
  1. 2
      hiver-modules/hiver-mall/src/main/java/cc/hiver/mall/controller/ShopController.java

2
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();

Loading…
Cancel
Save