소스 검색

feat():授权

geek 4 년 전
부모
커밋
3669d4dc48
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/common/service/CommonService.php

+ 1 - 1
application/common/service/CommonService.php

@@ -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) {