This commit is contained in:
2021-09-09 17:17:44 +08:00
parent 9ca2d6634d
commit 9a5aebcfd2
7 changed files with 33 additions and 15 deletions
+18
View File
@@ -307,4 +307,22 @@ class Response implements ResponseInterface
{
return $this->__call__()->{__FUNCTION__}();
}
/**
* @return int
*/
public function getClientId(): int
{
return $this->__call__()->{__FUNCTION__}();
}
/**
* @return array
*/
public function getClientInfo(): array
{
return $this->__call__()->{__FUNCTION__}();
}
}