@@ -93,9 +93,9 @@ |
||
| 93 | 93 | protected function getTokenUrl() |
| 94 | 94 | { |
| 95 | 95 | if ($this->isOpenPlatform()) { |
| 96 | - return $this->baseUrl . '/oauth2/component/access_token'; |
|
| 96 | + return $this->baseUrl.'/oauth2/component/access_token'; |
|
| 97 | 97 | } |
| 98 | - return $this->baseUrl . '/oauth2/access_token'; |
|
| 98 | + return $this->baseUrl.'/oauth2/access_token'; |
|
| 99 | 99 | } |
| 100 | 100 | |
| 101 | 101 | /** |