ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/feignClient/AppUserClient.java
@@ -81,6 +81,11 @@ @PostMapping("/app-user/getAppUserByPhone") R<List<AppUser>> getAppUserByPhone(@RequestParam("phone") String phone); /** * 根据用户电话模糊搜索用户列表(包含被删除的用户) * @param phone * @return */ @GetMapping("/app-user/getAppUserByPhoneNoFilter") public R<List<AppUser>> getAppUserByPhoneNoFilter(@RequestParam("phone") String phone); @@ -129,4 +134,5 @@ */ @PostMapping("/app-user/clearBindShop") R clearBindShop(@RequestParam("shopId") Integer shopId); }