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

This commit is contained in:
xuyuxiang
2025-08-02 23:09:14 +08:00
parent eda0205461
commit e19c7baded
4 changed files with 97 additions and 39 deletions

View File

@@ -38,6 +38,22 @@ public interface AuthApi {
*/
Long getThirdUserCount();
/**
* 获取B端验证码是否开启
*
* @author xuyuxiang
* @date 2021/12/28 14:46
**/
boolean getDefaultCaptchaOpenForB();
/**
* 获取C端验证码是否开启
*
* @author xuyuxiang
* @date 2021/12/28 14:46
**/
boolean getDefaultCaptchaOpenForC();
/**
* 校验验证码
*