ソースを参照

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'];
     }
 }