zhangchangchun %!s(int64=5) %!d(string=hai) anos
pai
achega
de8ef6e8d1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      routes/api.php

+ 2 - 2
routes/api.php

@@ -35,10 +35,10 @@ $api->version('v1', [
         $api->post('refresh', 'AuthController@refresh');
     });
 
-    $api->group(['middleware' => 'chxq.shop_check'], function ($api) {
+    //$api->group(['middleware' => 'chxq.shop_check'], function ($api) {
         $api->get('statistics', 'IndexController@index');
         $api->get('statistics/sales', 'IndexController@sales');
-    });
+    //});
 
     $api->group(['middleware' => 'jwt.chxq_auth'], function ($api) {
         //新增编辑