基于swoole的
$this->request()->getSwooleRequest()->server['path_info'];
基于es3自带的
$this->request()->getUri()->getPath();