This commit is contained in:
2021-01-11 19:11:18 +08:00
parent c8bfd4e1c5
commit ae4720057d
+2 -2
View File
@@ -576,9 +576,9 @@ abstract class ClientAbstracts extends Component implements IClient
/** /**
* @param $data * @param $data
* @param $body * @param $body
* @return array|string * @return array|string|null
*/ */
protected function resolve($data, $body): array|string protected function resolve($data, $body): array|string|null
{ {
if (is_array($body)) { if (is_array($body)) {
return $body; return $body;