2013年6月28日
摘要: 研究了下极光推送写了个rails版本封装http接口的文件,上代码# -*- encoding : utf-8 -*-require 'digest/md5'require 'json'require 'rest_client'module NotificationPush def push_message(opts ={}) sendno = opts[:sendno] || 1 app_key = opts[:app_key] || '.....' receiver_type = opts[:receiver_type] || 阅读全文
posted @ 2013-06-28 17:59 小海少 阅读(495) 评论(0) 推荐(0) 编辑