Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
9 years ago
Commit
453a341d970aa99d0c06cd55d5936e629a356545
1 parent
59f5a373
回退wechatappidkey
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
library/WebPlugin/Partner/wechat/Config.inc.php
library/WebPlugin/Partner/wechat/Config.inc.php
View file @
453a341
...
...
@@ -3,8 +3,8 @@
defined
(
'SITE_MAIN'
)
||
define
(
'SITE_MAIN'
,
$_SERVER
[
'HTTP_HOST'
]);
return
array
(
'appId'
=>
'wx75e5a7c0c88e45c2'
,
//wx75e5a7c0c88e45c2 wx3ae21dcbb82ad672
'appKey'
=>
'ce21ae4a3f93852279175a167e54509b'
,
// ce21ae4a3f93852279175a167e54509b e78afb2321e6a19085767e1a0f0d52c1
'appId'
=>
'wx3ae21dcbb82ad672'
,
//wx75e5a7c0c88e45c2 wx3ae21dcbb82ad672
'appKey'
=>
'e78afb2321e6a19085767e1a0f0d52c1'
,
// ce21ae4a3f93852279175a167e54509b e78afb2321e6a19085767e1a0f0d52c1
'callback'
=>
SITE_MAIN
.
'/passport/autosign/wechatback'
,
'scope'
=>
'snsapi_login'
);
...
...
Please
register
or
login
to post a comment