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
Rock Zhang
9 years ago
Commit
a92a27383275b71b6383f97588fb2cc5e3e86a49
1 parent
0263d470
修复QQ登陆时回调到https错误的bug(暂时还原为http)
Code Review Uy Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/WebPlugin/Partner/qqconnect/Config.inc.php
library/WebPlugin/Partner/qqconnect/Config.inc.php
View file @
a92a273
...
...
@@ -4,7 +4,7 @@ defined('SITE_MAIN') || define('SITE_MAIN', $_SERVER['HTTP_HOST']);
return
array
(
'appid'
=>
'100229394'
,
'appkey'
=>
'c0af9c29e0900813028c2ccb42021792'
,
'callback'
=>
SITE_MAIN
.
'/passport/autosign/qqcallback'
,
'callback'
=>
strtr
(
SITE_MAIN
,
array
(
'//'
=>
'http://'
))
.
'/passport/autosign/qqcallback'
,
'scope'
=>
'get_user_info,add_share,upload_pic,get_idollist,get_fanslist'
,
'errorReport'
=>
true
,
);
\ No newline at end of file
...
...
Please
register
or
login
to post a comment