add clear
This commit is contained in:
@@ -651,6 +651,7 @@ class HttpClient
|
||||
}
|
||||
|
||||
if ($this->method != self::GET) {
|
||||
Log::debug('wchat', [json_decode($data, true)]);
|
||||
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user