xiaogang 4 years ago
parent
commit
d2d2d6f828
1 changed files with 0 additions and 7 deletions
  1. 0 7
      app/Http/Controllers/Api/AuthorizationsController.php

+ 0 - 7
app/Http/Controllers/Api/AuthorizationsController.php

@@ -288,13 +288,6 @@ class AuthorizationsController extends Controller
         }
         }
     }
     }
 
 
-    public function xieyi_content(Request $request){
-
-        $data = DB::table("document")->where(['id'=>$request->type])->first();
-        return response()->json(['data'=>$data]);
-
-    }
-
     /**
     /**
      * Get the authenticated User.
      * Get the authenticated User.
      *
      *