add clear

This commit is contained in:
as2252258@163.com
2019-08-29 15:53:21 +08:00
parent aaae917b72
commit a376fe8f4f
+3
View File
@@ -214,6 +214,9 @@ class WxClient
{
$ch = curl_init();
if ($this->method == self::GET) {
if (is_array($_data)) {
$_data = http_build_query($_data);
}
$url = $url . '?' . $_data;
}