Explorar o código

auth reduce redircet debug 6

zz %!s(int64=6) %!d(string=hai) anos
pai
achega
db7130f148
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Middleware/ReadOauth.php

+ 1 - 1
app/Http/Middleware/ReadOauth.php

@@ -104,7 +104,7 @@ class ReadOauth
 
             $info = DB::table('official_setting')->where('appid',$appid)->select('secret')->first();
             if($info && $info->secret){
-                $secter = $info->secre;
+                $secter = $info->secret;
             }else{
                 $secter = '';
                 abort(404);