Commit 6d329c47 by lanrion

unfreeze constants

parent bc932a74
...@@ -17,9 +17,9 @@ module WeixinAuthorize ...@@ -17,9 +17,9 @@ module WeixinAuthorize
autoload(:ClientStorage, "weixin_authorize/adapter/client_storage") autoload(:ClientStorage, "weixin_authorize/adapter/client_storage")
autoload(:RedisStorage, "weixin_authorize/adapter/redis_storage") autoload(:RedisStorage, "weixin_authorize/adapter/redis_storage")
OK_MSG = "ok".freeze OK_MSG = "ok"
OK_CODE = 0.freeze OK_CODE = 0
GRANT_TYPE = "client_credential".freeze GRANT_TYPE = "client_credential"
class << self class << self
......
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