add clear
This commit is contained in:
@@ -695,6 +695,7 @@ class HttpClient
|
|||||||
if (!is_string($data)) {
|
if (!is_string($data)) {
|
||||||
curl_setopt($ch, CURLOPT_POSTFIELDS, $this->mergeParams($data));
|
curl_setopt($ch, CURLOPT_POSTFIELDS, $this->mergeParams($data));
|
||||||
} else {
|
} else {
|
||||||
|
var_dump($data);
|
||||||
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
|
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user