This commit is contained in:
2020-11-17 14:51:57 +08:00
parent a5147a861f
commit d4ffa8c848
+1 -1
View File
@@ -148,7 +148,7 @@ class Result
/** /**
* @return mixed * @return mixed
*/ */
public function getResponse() public function getBody()
{ {
return $this->data; return $this->data;
} }