完善接口逻辑,验证码接入

This commit is contained in:
2022-12-02 12:32:03 +08:00
parent b134b73709
commit 26c1e68c64
5 changed files with 130 additions and 26 deletions

View File

@@ -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';
}
}