改名
This commit is contained in:
@@ -13,7 +13,13 @@ interface AuthIdentity
|
||||
{
|
||||
|
||||
|
||||
|
||||
public function getIdentity();
|
||||
|
||||
|
||||
/**
|
||||
* @return string|int
|
||||
* 获取唯一识别码
|
||||
*/
|
||||
public function getUniqueId(): string|int;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user