ソースを参照

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