Selaa lähdekoodia

yunqi form type

zz 6 vuotta sitten
vanhempi
commit
8b72e32983
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      app/Http/Middleware/ReadOauth.php

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

@@ -756,8 +756,8 @@ class ReadOauth
 
     private function yqTest(Request $request, $uid,$channel_id)
     {
-        if (!$request->has('from_type')) return '';
-        $from_type = $request->get('from_type');
+        if (!$request->has('fromtype')) return '';
+        $from_type = $request->get('fromtype');
         if(empty($from_type)){
             return '';
         }