Compare commits

...

1 Commits

Author SHA1 Message Date
as2252258 6f4f4c2beb 改名 2021-11-09 17:38:58 +08:00
+1
View File
@@ -505,6 +505,7 @@ abstract class ClientAbstracts implements IClient
*/
protected function mergeParams($newData): string
{
if (empty($data)) return '';
if (!is_string($newData)) {
return $this->toRequest($newData);
}