This commit is contained in:
2021-06-08 11:52:55 +08:00
parent 6d49e73ec2
commit 56df262e56
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -159,7 +159,6 @@ class Response extends HttpService
$sendData = $this->parseData($context);
$response = Context::getContext('response');
var_dump($response);
if ($response instanceof SResponse) {
$this->sendData($response, $sendData, $statusCode);
} else {