From ec21251764082bebde0f68966332751c288d786c Mon Sep 17 00:00:00 2001 From: admin <2780501319@qq.com> Date: 星期一, 22 十一月 2021 00:13:52 +0800 Subject: [PATCH] 接口编写 --- app/src/main/java/com/yeshi/location/app/service/inter/user/UserInfoService.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/app/src/main/java/com/yeshi/location/app/service/inter/user/UserInfoService.java b/app/src/main/java/com/yeshi/location/app/service/inter/user/UserInfoService.java index 5351ae2..69cd776 100644 --- a/app/src/main/java/com/yeshi/location/app/service/inter/user/UserInfoService.java +++ b/app/src/main/java/com/yeshi/location/app/service/inter/user/UserInfoService.java @@ -115,4 +115,12 @@ public List<StatisticNumberResult> statisticRegisterUser(SystemEnum system, BaseStatisticTimeQuery timeQuery); + /** + * 鏍规嵁鐢佃瘽鍙风爜鏌ユ壘鏈夋晥鐨勭敤鎴� + * @param system + * @param phone + * @return + */ + public UserInfo selectValidByPhone(SystemEnum system, String phone); + } -- Gitblit v1.8.0