|
@@ -23,16 +23,6 @@ class CommonService {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- public static function getChannelId(): int {
|
|
|
|
- self::getSetData();
|
|
|
|
- return self::$setData['channel_id'];
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public static function getAuthKey(): string {
|
|
|
|
- self::getSetData();
|
|
|
|
- return self::$setData['channel_auth_code'];
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
public static function getAuthUrl() {
|
|
public static function getAuthUrl() {
|
|
$baseUrl = self::getBaeUrl();
|
|
$baseUrl = self::getBaeUrl();
|
|
return $baseUrl.'?redirecturi='.self::getRedirectUrl();
|
|
return $baseUrl.'?redirecturi='.self::getRedirectUrl();
|