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

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

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