Commit 67ebe161 by lanrion

included Mass

parent f579b9b5
......@@ -4,3 +4,4 @@ require "weixin_authorize/api/custom"
require "weixin_authorize/api/groups"
require "weixin_authorize/api/qrcode"
require "weixin_authorize/api/media"
require "weixin_authorize/api/mass"
......@@ -10,6 +10,7 @@ module WeixinAuthorize
include Api::Groups
include Api::Qrcode
include Api::Media
include Api::Mass
attr_accessor :app_id, :app_secret, :expired_at # Time.now + expires_in
attr_accessor :access_token, :redis_key
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment