Open freehzw opened 3 years ago
php 8下,报错,
Required parameter $method follows optional parameter $gzip at D:\phpstudy_pro\WWW\dcat-admin.local\vendor\getuilaboratory\getui-pushapi-php-client-v2\utils\GTHttpManager.php:82 78▕ $result = GTHttpManager::exeBySetTimes(GTConfig::getHttpTryCount(), $curl); 79▕ return $result; 80▕ } 81▕ ➜ 82▕ public static function httpRequest($url, $params,$headers, $gzip = false, $method) 83▕ { 84▕ $data = json_encode($params); 85▕ $result = null;
php 8下,报错,