Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
蒋勇
zhichan
Commits
4d2e1b6a
Commit
4d2e1b6a
authored
Feb 18, 2020
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wxsign
parent
18bab57a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
center-channel/app/base/db/cache/wxTokenCache.js
+2
-2
No files found.
center-channel/app/base/db/cache/wxTokenCache.js
View file @
4d2e1b6a
...
...
@@ -7,7 +7,7 @@ const system=require("../../system");
class
WxTokenCache
extends
CacheBase
{
constructor
(){
super
();
this
.
prefix
=
"wx_
policy
_wx8aa8a8d4ff3da8bd"
;
this
.
prefix
=
"wx_
toekn
_wx8aa8a8d4ff3da8bd"
;
this
.
restClient
=
system
.
getObject
(
"util.restClient"
);
this
.
wxTokenSve
=
system
.
getObject
(
"service.common.wxTokenSve"
);
}
...
...
@@ -15,7 +15,7 @@ class WxTokenCache extends CacheBase{
return
"应用UI配置缓存"
;
}
prefix
()
{
return
"wx_
policy
_wx8aa8a8d4ff3da8bd"
;
return
"wx_
toekn
_wx8aa8a8d4ff3da8bd"
;
}
async
get
(){
//公众号appid
var
key
=
this
.
prefix
;
...
...
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