From d4ffa8c8480af9f7c8885b97d6278cb01faee700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 17 Nov 2020 14:51:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Client/Result.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Client/Result.php b/HttpServer/Client/Result.php index b9ad4d61..2d017655 100644 --- a/HttpServer/Client/Result.php +++ b/HttpServer/Client/Result.php @@ -148,7 +148,7 @@ class Result /** * @return mixed */ - public function getResponse() + public function getBody() { return $this->data; }