|
@@ -25,7 +25,7 @@ class CommonService {
|
|
|
|
|
|
public static function getAuthUrl($channelId) {
|
|
|
$baseUrl = self::getBaeUrl($channelId);
|
|
|
- return $baseUrl.'?redirecturi='.self::getRedirectUrl();
|
|
|
+ return $baseUrl.'?redirecturi='.self::getRedirectUrl($channelId);
|
|
|
}
|
|
|
|
|
|
public static function getBaeUrl($channelId) {
|