jpush-api-java-client
jpush-api-java-client copied to clipboard
JiGuang's officially supported Java client library for accessing JPush APIs. 极光官方支持的 Java 版本服务器端 SDK。
## 示例代码 ``` try { PushResult result = jpushClient.sendPush(payload); LOG.info("Got result - " + result); Thread.sleep(5000); // 请求结束后,调用 NettyHttpClient 中的 close 方法,否则进程不会退出。 jpushClient.close(); } catch(InterruptedException e) { e.printStackTrace(); } ```...
什么时候有海外版EngageLab的api-java-client
如题,查询设备列表接口还没加入最新的参数,还请更新一下
 