This commit is contained in:
2021-08-03 15:20:09 +08:00
parent c143995fbd
commit f2cfae0583
+1 -1
View File
@@ -219,7 +219,7 @@ class Response extends HttpService
} else {
$string .= $result . PHP_EOL . PHP_EOL;
}
print_r($string . 'Command End!') . PHP_EOL;
echo $string . 'Command End!' . PHP_EOL;
}
/**