jpush / jpush-api-php-client

JPush's officially supported PHP client library for accessing JPush APIs. 极光推送官方支持的 PHP 版本服务器端 SDK。
https://docs.jiguang.cn
MIT License
523 stars 174 forks source link

Group Push API:应用分组推送 #80

Closed chunhei2008 closed 5 years ago

chunhei2008 commented 5 years ago

应用分组推送API错误 function __construct($client) { $this->client = $client; $url = $this->client->is_group() ? 'push/grouppush' : 'push'; // sdk为$url = $this->client->is_group() ? 'grouppush' : 'push'; $this->url = $this->client->makeURL('push') . $url; } 用sdk的推送不了接口404