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
hf
9 years ago
Commit
5c0574c6be467a4e01580f3080375404aa61b8d3
1 parent
5f256197
modify qq login
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
library/Plugin/Partner/qqconnect/Call.php
library/Plugin/Partner/qqconnect/Call.php
View file @
5c0574c
...
...
@@ -48,15 +48,15 @@ class Call extends Factory
{
$token
=
array
();
try
{
// try
// {
$token
=
$this
->
qc
->
qq_callback
();
$token
[
'openid'
]
=
$this
->
qc
->
get_openid
();
}
catch
(
Exception
$e
)
{
// do nothing
}
// }
// catch (Exception $e)
// {
// // do nothing
// }
return
$token
;
}
...
...
Please
register
or
login
to post a comment