zhuchengjie 3 years ago
parent
commit
f049be8ed8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Routes/QuickApp/QuickAppRoutes.php

+ 1 - 1
app/Http/Routes/QuickApp/QuickAppRoutes.php

@@ -19,7 +19,7 @@ Route::group(['domain' => env('QUICKAPP_DOMAIN'), 'namespace' => 'App\Http\Contr
     });
 
     // 无需登录的接口
-    Route::group(['prefix' => 'api', 'middleware' => 'jwttoken'], function () {
+    Route::group(['prefix' => 'api'], function () {
 
         // 首页
         Route::get('books/{sex}/index', 'Book\BookController@getBookLists');