Selaa lähdekoodia

feat():授权

geek 4 vuotta sitten
vanhempi
commit
b735b265a4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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() {