add clear
This commit is contained in:
@@ -220,6 +220,7 @@ class HttpClient
|
|||||||
*/
|
*/
|
||||||
private function request($url, $data = [])
|
private function request($url, $data = [])
|
||||||
{
|
{
|
||||||
|
echo $url . PHP_EOL;
|
||||||
$data = $this->paramEncode($data);
|
$data = $this->paramEncode($data);
|
||||||
if ($this->use_swoole === false) {
|
if ($this->use_swoole === false) {
|
||||||
return $this->useCurl($url, $data);
|
return $this->useCurl($url, $data);
|
||||||
|
|||||||
Reference in New Issue
Block a user