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
d3ba3fc5
Commit
d3ba3fc5
authored
Mar 27, 2014
by
lanrion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
made the authenticate method to private
parent
0b0e706c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
lib/weixin_authorize/client.rb
+9
-9
No files found.
lib/weixin_authorize/client.rb
View file @
d3ba3fc5
...
...
@@ -34,15 +34,6 @@ module WeixinAuthorize
@access_token
end
# authenticate access_token
def
authenticate
if
is_weixin_redis_blank?
set_access_token_for_client
else
authenticate_with_redis
end
end
# 检查appid和app_secret是否有效。
def
is_valid?
valid_result
=
http_get_access_token
...
...
@@ -64,6 +55,15 @@ module WeixinAuthorize
private
# authenticate access_token
def
authenticate
if
is_weixin_redis_blank?
set_access_token_for_client
else
authenticate_with_redis
end
end
def
authenticate_with_redis
set_access_token_for_client
weixin_redis
.
hmset
(
redis_key
,
:access_token
,
access_token
,
:expired_at
,
expired_at
)
...
...
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