This commit is contained in:
2021-04-27 11:36:40 +08:00
parent 4b8ca3f78c
commit 3035f62fdc
+1
View File
@@ -228,6 +228,7 @@ class Response extends HttpService
if (!swoole()->exist($response->fd)) {
return;
}
var_dump($sendData);
if (is_array($sendData)) {
$sendData = Json::encode($sendData);
}