add clear

This commit is contained in:
2020-05-21 17:06:55 +08:00
parent 8952e72708
commit 8152b1b85e
+1 -1
View File
@@ -560,7 +560,7 @@ class HttpClient
} else if (strpos($contentType, 'xml') !== false) {
return Help::toXml($data);
} else {
return Help::toJson($data);
return http_build_query($data);
}
}