server/web/src/main/java/com/doumee/api/web/ShopInfoApi.java
@@ -108,7 +108,7 @@ @ApiOperation("维护门店信息(支付押金后)") @PostMapping("/maintain") public ApiResponse maintain(@RequestBody ShopInfoMaintainDTO dto) { shopInfoService.maintainShopInfo(this.getMemberId(), dto); shopInfoService.maintainShopInfo(this.getShopId(), dto); return ApiResponse.success("操作成功"); }