소스 검색

feat():授权

geek 4 년 전
부모
커밋
0e6e449c1f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      application/common/service/CommonService.php

+ 2 - 1
application/common/service/CommonService.php

@@ -35,6 +35,7 @@ class CommonService {
     }
 
     public static function getRedirectUrl() {
-        return self::getSetData()['redirct_url'];
+        $data = self::getSetData();
+        return $data['redirct_url'];
     }
 }