MrShi
2026-04-25 b5cc5315b0b2136b2a94a71084355eef7cc2b103
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("操作成功");
    }