add clear
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user