jpush/jpush-api-php-client

bug in typo with function get Cid

Closed this issue · 2 comments

    public function getCid($count = 1, $type = 'push') {
        $url = $this->client->makeURL('push') . 'push/cid?count=' . $count . '&type =' . $type;
        return Http::get($this->client, $url);
    }

there shouldn't be a whitespace in '&type =', must be '&type='

我说呢,今天刚好,遇到这个bug,官方也不着急改,每次升级jpush总是这样那样的问题

fixed in v3.5.37,please update