Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
2015-12-07 17:33:01 +0800
Commit
100468106eb93a4ae19895f3d30f87e9200af40f
1 parent
e7abd58c
fixes bug refs YW-1515 partner login
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
library/Plugin/Partner/sinaweibo/Call.php
library/Plugin/Partner/sinaweibo/Call.php
View file @
1004681
...
...
@@ -53,7 +53,6 @@ class Call extends Factory
$keys
[
'redirect_uri'
]
=
$this
->
apiConfig
[
'appCallbackUrl'
];
$token
=
$this
->
oauth
->
getAccessToken
(
'code'
,
$keys
);
// try
// {
// $token = $this->oauth->getAccessToken('code', $keys);
...
...
Please
register
or
login
to post a comment