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