Commit 945e78e7 by lanrion

refactor handler

parent f1712485
require "rest-client" require "rest-client"
require "multi_json" require "multi_json"
require "weixin_authorize/config" require "weixin_authorize/config"
require "weixin_authorize/error_handler" require "weixin_authorize/handler"
require "weixin_authorize/api" require "weixin_authorize/api"
require "weixin_authorize/client" require "weixin_authorize/client"
......
require "weixin_authorize/error_handler/global_code.rb"
require "weixin_authorize/error_handler/result_handler"
require "weixin_authorize/error_handler/exceptions"
require "weixin_authorize/handler/global_code"
require "weixin_authorize/handler/result_handler"
require "weixin_authorize/handler/exceptions"
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