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