This commit is contained in:
2021-06-08 12:05:00 +08:00
parent 164ce98990
commit a8244921ae
-2
View File
@@ -158,8 +158,6 @@ class Response extends HttpService
{ {
$sendData = $this->parseData($context); $sendData = $this->parseData($context);
var_dump($sendData);
$response = Context::getContext('response'); $response = Context::getContext('response');
if ($response instanceof SResponse) { if ($response instanceof SResponse) {
$this->sendData($response, $sendData, $statusCode); $this->sendData($response, $sendData, $statusCode);