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
67ebe161
Commit
67ebe161
authored
May 02, 2014
by
lanrion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
included Mass
parent
f579b9b5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
lib/weixin_authorize/api.rb
+1
-0
lib/weixin_authorize/client.rb
+1
-0
No files found.
lib/weixin_authorize/api.rb
View file @
67ebe161
...
...
@@ -4,3 +4,4 @@ require "weixin_authorize/api/custom"
require
"weixin_authorize/api/groups"
require
"weixin_authorize/api/qrcode"
require
"weixin_authorize/api/media"
require
"weixin_authorize/api/mass"
lib/weixin_authorize/client.rb
View file @
67ebe161
...
...
@@ -10,6 +10,7 @@ module WeixinAuthorize
include
Api
::
Groups
include
Api
::
Qrcode
include
Api
::
Media
include
Api
::
Mass
attr_accessor
:app_id
,
:app_secret
,
:expired_at
# Time.now + expires_in
attr_accessor
:access_token
,
:redis_key
...
...
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