【更新】AuthApi增加校验验证码接口方便其他模块调用

This commit is contained in:
xuyuxiang
2025-08-02 22:58:36 +08:00
parent ad80b8508c
commit eda0205461
4 changed files with 25 additions and 3 deletions

View File

@@ -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端账号密码登录
*