This commit is contained in:
2021-08-05 11:39:04 +08:00
parent 1fc24197af
commit 40a7d8f123
2 changed files with 11 additions and 17 deletions
-1
View File
@@ -194,7 +194,6 @@ class Request extends HttpService
public function getExplode(): array
{
return Context::getContext(\Swoole\Http\Request::class)->explode;
return explode('/', $this->getUri());
}
/**