ソースを参照

yunqi form type

zz 6 年 前
コミット
8b72e32983
1 ファイル変更2 行追加2 行削除
  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 '';
         }