Browse Source

yunqi form type

zz 6 years ago
parent
commit
8b72e32983
1 changed files with 2 additions and 2 deletions
  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 '';
         }