ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/service/RemoteShopService.java
@@ -138,4 +138,7 @@ */ @PostMapping("/shop/getShopMarketingStatus") public R<Integer> getShopMarketingStatus(@RequestBody Long shopId); @PostMapping("/shop/getShopByBelongUserId") public R<ShopRelUserVo> getShopByBelongUserId(@RequestBody Long userId); }