zz 6 年之前
父節點
當前提交
b70b6bf423
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0 9
      app/Http/Kernel.php

+ 0 - 9
app/Http/Kernel.php

@@ -58,16 +58,7 @@ class Kernel extends HttpKernel
     protected $routeMiddleware = [
         'guest' => \App\Http\Middleware\RedirectIfAuthenticated::class,
         'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class,
-        'ChannelApiAuth'=>\App\Http\Middleware\ChannelApiAuth::class,
-        'ChannelAuth'=>\App\Http\Middleware\ChannelAuth::class,
-        'ManageApiAuth'=>\App\Http\Middleware\ManageApiAuth::class,
-        'ManageAuth'=>\App\Http\Middleware\ManageAuth::class,
-        'CpApiAuth'=>\App\Http\Middleware\CpApiAuth::class,
-        'CpAuth'=>\App\Http\Middleware\CpAuth::class,
-        'AgentsAuth'=>\App\Http\Middleware\AgentsAuth::class,
         'ReadOauth'=>\App\Http\Middleware\ReadOauth::class,
         'EnableCross'=>\App\Http\Middleware\EnableCrossRequest::class,
-        'ChannelOperateRecord'=>\App\Http\Middleware\ChannelOperateRecord::class,
-        'official_finance'=>\App\Http\Middleware\OfficialFinanceAuth::class,
     ];
 }