This commit is contained in:
as2252258@163.com
2021-04-03 02:28:57 +08:00
parent 2466d57d0e
commit aebd623a61
+9
View File
@@ -102,6 +102,15 @@ class Request extends HttpService
} }
/**
* @return int
*/
public function getClientId()
{
return $this->fd;
}
/** /**
* @return bool * @return bool
*/ */