Explorar el Código

feat():授权

geek hace 4 años
padre
commit
3669d4dc48
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {