Browse Source

no message

duqinya 6 years ago
parent
commit
73c7b70ae0
1 changed files with 1 additions and 13 deletions
  1. 1 13
      routes/api.php

+ 1 - 13
routes/api.php

@@ -45,16 +45,4 @@ $api->version('v1', [
     //自提点分组新增
     $api->post('/pickupGroup/add','ConfigPickupGroupController@add');
     });
-});
-
-
-
-
-
-
-
-
-
-
-
-
+});