mirror of
https://gitee.com/xiaonuobase/snowy
synced 2025-12-20 11:53:57 +08:00
【更新】AuthApi增加校验验证码接口方便其他模块调用
This commit is contained in:
@@ -38,6 +38,14 @@ public interface AuthApi {
|
||||
*/
|
||||
Long getThirdUserCount();
|
||||
|
||||
/**
|
||||
* 校验验证码
|
||||
*
|
||||
* @author xuyuxiang
|
||||
* @date 2021/12/28 14:46
|
||||
**/
|
||||
void validValidCode(String phoneOrEmail, String validCode, String validCodeReqNo);
|
||||
|
||||
/**
|
||||
* B端账号密码登录
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user