ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/feignClient/AppUserClient.java
@@ -69,6 +69,13 @@ @GetMapping("/t-app-user/user/selectByPhone") R<TAppUser> selectByPhone(@RequestParam("phone") String phone); /** * 通过手机号模糊查询用户 * @param phone * @return */ @GetMapping("/t-app-user/user/selectByPhoneLike") R<List<TAppUser>> selectByPhoneLike(@RequestParam("phone") String phone); /** * 远程调用 积分兑换订单 退款回退积分 * @return */