Commit 96aef994 by lanrion

include qrcode api

parent 4d7300cc
......@@ -5,6 +5,7 @@ require "weixin_authorize/api/user"
require "weixin_authorize/api/menu"
require "weixin_authorize/api/custom"
require "weixin_authorize/api/groups"
require "weixin_authorize/api/qrcode"
require "weixin_authorize/client"
module WeixinAuthorize
......
......@@ -8,6 +8,7 @@ module WeixinAuthorize
include Api::Menu
include Api::Custom
include Api::Groups
include Api::Qrcode
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