|
@@ -19,8 +19,8 @@ class CommonService {
|
|
|
|
|
|
public static function getAuthUrl() {
|
|
public static function getAuthUrl() {
|
|
$baseUrl = self::getBaeUrl();
|
|
$baseUrl = self::getBaeUrl();
|
|
- $redirectUrl = ['redirect_uri' => self::getRedirectUrl()];
|
|
|
|
- return $baseUrl.'?'.http_build_query($redirectUrl);
|
|
|
|
|
|
+// $redirectUrl = ['redirect_uri' => self::getRedirectUrl()];
|
|
|
|
+ return $baseUrl.'?redirect_uri='.self::getRedirectUrl();
|
|
}
|
|
}
|
|
|
|
|
|
public static function getBaeUrl() {
|
|
public static function getBaeUrl() {
|