This commit is contained in:
as2252258@163.com
2021-07-03 14:19:10 +08:00
parent 956a68bbff
commit b66b2867ab
+1 -1
View File
@@ -155,7 +155,7 @@ class Response extends HttpService
* @return bool * @return bool
* @throws Exception * @throws Exception
*/ */
public function send(string $context = '', int $statusCode = 200): mixed public function send($context = '', int $statusCode = 200): mixed
{ {
$sendData = $this->parseData($context); $sendData = $this->parseData($context);