This commit is contained in:
2021-08-03 13:47:36 +08:00
parent 75bdfedc77
commit ec6d706aeb
+1 -2
View File
@@ -219,8 +219,7 @@ class Response extends HttpService
} else {
$string .= $result . PHP_EOL . PHP_EOL;
}
$string .= 'Command End!' . PHP_EOL;
print_r($string);
print_r($string . 'Command End!') . PHP_EOL;
}
/**