From 36681e15e12aaa9135f69260472de65303cdcba3 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 26 四月 2022 19:10:45 +0800 Subject: [PATCH] 任务优化 --- app/src/main/java/com/yeshi/makemoney/app/service/inter/user/UserAccountService.java | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/app/src/main/java/com/yeshi/makemoney/app/service/inter/user/UserAccountService.java b/app/src/main/java/com/yeshi/makemoney/app/service/inter/user/UserAccountService.java index 17779b9..8f777ae 100644 --- a/app/src/main/java/com/yeshi/makemoney/app/service/inter/user/UserAccountService.java +++ b/app/src/main/java/com/yeshi/makemoney/app/service/inter/user/UserAccountService.java @@ -3,6 +3,7 @@ import com.yeshi.makemoney.app.dto.user.LoginInfoDTO; import com.yeshi.makemoney.app.entity.user.UserInfo; import com.yeshi.makemoney.app.exception.user.LoginException; +import com.yeshi.makemoney.app.exception.user.UserAccountException; /** * @author hxh @@ -16,13 +17,33 @@ /** + * @return void * @description 涓绘敞閿� * @date 13:56 2021/12/6 * @param: uid - * @return void **/ public void unRegister(Long uid); + /** + * @return void + * @author hxh + * @description 缁戝畾寰俊 + * @date 14:37 2022/4/22 + * @param: uid + * @param: code + **/ + public void bindWX(Long uid, String code) throws UserAccountException; + + /** + * @return void + * @author hxh + * @description 缁戝畾鐢佃瘽鍙风爜 + * @date 14:37 2022/4/22 + * @param: uid + * @param: phone + **/ + public void bindPhone(Long uid,String phone, String vcode, String token) throws UserAccountException; + } -- Gitblit v1.8.0