GetuiLaboratory / getui-pushapi-php-client-v2

个推官方提供的推送服务端SDK(PHP语言),基于全新的RestAPI V2接口(https://docs.getui.com/getui/server/rest_v2/introduction/)
Apache License 2.0
35 stars 23 forks source link

是不支持php 8.0吗? #14

Open freehzw opened 3 years ago

freehzw commented 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;