ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/feignClient/AppUserClient.java
@@ -59,7 +59,7 @@ R<Long> getVipCount(@RequestParam("userId")Long userId, @RequestParam("vipId") Integer vipId ); @GetMapping("/app-user/listByIds") @PostMapping("/app-user/listByIds") List<AppUser> listByIds(@RequestParam("ids") List<Long> list); /** @@ -87,7 +87,7 @@ * @param userId * @return */ @PutMapping("/app-user/setLowerUserShop") @PostMapping("/app-user/setLowerUserShop") R<List<AppUser>> setLowerUserShop(@RequestParam("userId") Long userId,@RequestParam("shopId") Integer shopId);