摘要: // 对android和ios设备发送 JPushClient jpush = new JPushClient(masterSecret, appKey); // 对android和ios设备发送,同时指定离线消息保存时间 JPushClient jpush = new JPushClient(masterSecret, appKey, timeToLive); // 指定某种设备发送 ... 阅读全文
posted @ 2018-02-07 17:20 ForgotTheMemory 阅读(195) 评论(0) 推荐(0) 编辑