mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-26 00:18:34 +08:00
add 增加 邮箱验证码发送接口
add 增加 邮箱登陆接口
This commit is contained in:
@@ -28,6 +28,14 @@ public interface RemoteUserService {
|
||||
*/
|
||||
LoginUser getUserInfoByPhonenumber(String phonenumber) throws UserException;
|
||||
|
||||
/**
|
||||
* 通过邮箱查询用户信息
|
||||
*
|
||||
* @param email 邮箱
|
||||
* @return 结果
|
||||
*/
|
||||
LoginUser getUserInfoByEmail(String email) throws UserException;
|
||||
|
||||
/**
|
||||
* 通过openid查询用户信息
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user