소스 검색

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 '';
         }