wzq hace 5 años
padre
commit
6bbf11dd00
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      routes/api.php

+ 2 - 2
routes/api.php

@@ -53,9 +53,9 @@ $api->version('v1', [
     $api->group([
         'prefix' => 'v2'
     ], function ($api) {
+        //根据多个ID获取banner
+        $api->get('/bannerSet/lists', 'BannerController@lists');
         $api->group(['middleware' => 'chxq_sign'], function ($api) {
-            //根据多个ID获取banner
-            $api->get('/bannerSet/lists', 'BannerController@lists');
             //平台内容列表
             $api->get('/platformContent/lists', 'PlatformContentController@index');
             //星球新闻列表