1
phpcjl
2024-12-16 9814a8fa6387ac048423e489597f2d56ece54fd6
ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/feignClient/AppUserClient.java
@@ -58,7 +58,7 @@
   @PostMapping("/app-user/getVipCount")
   R<Long> getVipCount(@RequestParam("userId")Long userId, @RequestParam("vipId") Integer vipId );
   @GetMapping("/getAppUserByPhone")
   public R<AppUser> getAppUserByPhone(@RequestParam("phone") String phone);
   @GetMapping("/app-user/getAppUserByPhone")
    R<AppUser> getAppUserByPhone(@RequestParam("phone") String phone);
}