摘要: var goEasy = new GoEasy({appkey: 'appkey'}); goEasy. subscribe({ channel: 'channel1', onMessage: function(message){ alert('Meessage received:'+message 阅读全文
posted @ 2017-05-03 15:09 gongmaolan123 阅读(2578) 评论(0) 推荐(0) 编辑
摘要: goEasy. subscribe({ channel: 'csdnNotification', onMessage: function(message){ alert('Meessage received:'+message.content);//接收到推送的消息 } }); 阅读全文
posted @ 2017-05-03 15:08 gongmaolan123 阅读(1151) 评论(0) 推荐(0) 编辑
摘要: goEasy. subscribe({ channel: 'csdnNotification', onMessage: function(message){ alert('Meessage received:'+message.content);//接收到推送的消息 } }); 也可以看看GoEas 阅读全文
posted @ 2017-05-03 15:07 gongmaolan123 阅读(1200) 评论(0) 推荐(0) 编辑