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
6d329c47
Commit
6d329c47
authored
Jan 29, 2015
by
lanrion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unfreeze constants
parent
bc932a74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/weixin_authorize.rb
+3
-3
No files found.
lib/weixin_authorize.rb
View file @
6d329c47
...
...
@@ -17,9 +17,9 @@ module WeixinAuthorize
autoload
(
:ClientStorage
,
"weixin_authorize/adapter/client_storage"
)
autoload
(
:RedisStorage
,
"weixin_authorize/adapter/redis_storage"
)
OK_MSG
=
"ok"
.
freeze
OK_CODE
=
0
.
freeze
GRANT_TYPE
=
"client_credential"
.
freeze
OK_MSG
=
"ok"
OK_CODE
=
0
GRANT_TYPE
=
"client_credential"
class
<<
self
...
...
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