Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
weixin_authorize
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
weixin_authorize
Commits
945e78e7
Commit
945e78e7
authored
Apr 11, 2014
by
lanrion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor handler
parent
f1712485
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
4 deletions
+4
-4
lib/weixin_authorize.rb
+1
-1
lib/weixin_authorize/error_handler.rb
+0
-3
lib/weixin_authorize/handler.rb
+3
-0
lib/weixin_authorize/handler/exceptions.rb
+0
-0
lib/weixin_authorize/handler/global_code.rb
+0
-0
lib/weixin_authorize/handler/result_handler.rb
+0
-0
No files found.
lib/weixin_authorize.rb
View file @
945e78e7
require
"rest-client"
require
"multi_json"
require
"weixin_authorize/config"
require
"weixin_authorize/
error_
handler"
require
"weixin_authorize/handler"
require
"weixin_authorize/api"
require
"weixin_authorize/client"
...
...
lib/weixin_authorize/error_handler.rb
deleted
100644 → 0
View file @
f1712485
require
"weixin_authorize/error_handler/global_code.rb"
require
"weixin_authorize/error_handler/result_handler"
require
"weixin_authorize/error_handler/exceptions"
lib/weixin_authorize/handler.rb
0 → 100644
View file @
945e78e7
require
"weixin_authorize/handler/global_code"
require
"weixin_authorize/handler/result_handler"
require
"weixin_authorize/handler/exceptions"
lib/weixin_authorize/
error_
handler/exceptions.rb
→
lib/weixin_authorize/handler/exceptions.rb
View file @
945e78e7
File moved
lib/weixin_authorize/
error_
handler/global_code.rb
→
lib/weixin_authorize/handler/global_code.rb
View file @
945e78e7
File moved
lib/weixin_authorize/
error_
handler/result_handler.rb
→
lib/weixin_authorize/handler/result_handler.rb
View file @
945e78e7
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment