add 增加 邮箱验证码发送接口

add 增加 邮箱登陆接口
This commit is contained in:
疯狂的狮子li
2023-03-31 10:11:06 +08:00
parent 377b6450e5
commit 113ad796f0
14 changed files with 184 additions and 3 deletions

View File

@@ -28,6 +28,14 @@ public interface RemoteUserService {
*/
LoginUser getUserInfoByPhonenumber(String phonenumber) throws UserException;
/**
* 通过邮箱查询用户信息
*
* @param email 邮箱
* @return 结果
*/
LoginUser getUserInfoByEmail(String email) throws UserException;
/**
* 通过openid查询用户信息
*