This commit is contained in:
2021-11-09 17:38:58 +08:00
parent 005584628a
commit 6f4f4c2beb
+1
View File
@@ -505,6 +505,7 @@ abstract class ClientAbstracts implements IClient
*/ */
protected function mergeParams($newData): string protected function mergeParams($newData): string
{ {
if (empty($data)) return '';
if (!is_string($newData)) { if (!is_string($newData)) {
return $this->toRequest($newData); return $this->toRequest($newData);
} }