xuhy
2025-09-03 4beed66d31755142dd69f0294fd8521f7797b66a
ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/feignClient/AppUserShopClient.java
@@ -22,4 +22,9 @@
    @GetMapping("/appUserShop/getUserShopListByUserId")
    public R<List<AppUserShop>> getUserShopListByUserId(@RequestParam("userId") Long userId);
    @PostMapping("/appUserShop/insert")
    R insert(@RequestBody AppUserShop appUserShop);
    @DeleteMapping("/appUserShop/delete")
    R delete(@RequestParam("id")Integer id, @RequestParam("userId")Long userId);
}