完善接口逻辑,验证码接入
This commit is contained in:
@@ -51,4 +51,17 @@ trait WithGoogle2FA
|
||||
{
|
||||
return 'NICK-NAME';
|
||||
}
|
||||
|
||||
/**
|
||||
* Notes : 获取绑定手机号
|
||||
*
|
||||
* @override
|
||||
* @Date : 2022/12/2 12:11
|
||||
* @Author : <Jason.C>
|
||||
* @return string
|
||||
*/
|
||||
public function getMobile(): string
|
||||
{
|
||||
return 'MOBILE';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user