浏览代码

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