浏览代码

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