改名
This commit is contained in:
@@ -219,11 +219,14 @@ class Response extends HttpService
|
||||
* @param $sendData
|
||||
* @param $status
|
||||
* @return string
|
||||
* @throws Exception
|
||||
*/
|
||||
private function sendData($sendData, $status): string
|
||||
{
|
||||
$sendData = $this->setHeaders($status, $sendData);
|
||||
|
||||
$this->success(request()->getUri());
|
||||
|
||||
$this->response->end($sendData);
|
||||
$this->response = null;
|
||||
unset($this->response);
|
||||
|
||||
Reference in New Issue
Block a user