소스 검색

feat():授权

geek 4 년 전
부모
커밋
b735b265a4
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() {
         $baseUrl = self::getBaeUrl();
-        return 'http://mdttest.kydev.net/api/wechat/focusarea/11/28?redirecturi=https://webcast.bizconfstreaming.com/index/user/login';
+        return $baseUrl.'?redirecturi='.self::getRedirectUrl();
     }
 
     public static function getBaeUrl() {