浏览代码

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