Explorar el Código

feat():授权

geek hace 4 años
padre
commit
0e6e449c1f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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'];
     }
 }