完善接口逻辑,验证码接入
This commit is contained in:
@@ -25,4 +25,13 @@ interface CanUseGoogle2FA
|
||||
* @return string
|
||||
*/
|
||||
public function getNickname(): string;
|
||||
|
||||
/**
|
||||
* Notes : 获取绑定手机号
|
||||
*
|
||||
* @Date : 2022/12/2 12:10
|
||||
* @Author : <Jason.C>
|
||||
* @return string
|
||||
*/
|
||||
public function getMobile(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user