用最简单的极光推送

d22d137e3c675bcdb74a
2018-12-20 07:58 1k 0

require dirname(dirname(FILE)). '/config.php';
// 获取指定设备的 Mobile,Alias,Tags 等信息
$response = $client->device()->getDevices($registration_id);
print_r($response);

/phpstudy/www/test/jpush/exam/config.php
Fatal error: Uncaught JPush\Exceptions\APIRequestException -- [404]: request api doesn't exist thrown in /phpstudy/www/test/jpush/src/JPush/Http.php on line 130
这个是什么问题???

1个回答

热门排序
  • /phpstudy/www/test/jpush/exam/config.phpFatal error: Uncaught JPush\Exceptions\APIRequestException – [404]: request api 展示全部