zhangchangchun hace 6 años
padre
commit
ef7ef38a19
Se han modificado 1 ficheros con 1 adiciones y 6 borrados
  1. 1 6
      routes/api.php

+ 1 - 6
routes/api.php

@@ -17,12 +17,7 @@ $api->version('v1', [
     'namespace' => 'App\Http\Controllers\V1',
 ], function ($api) {
 
-    //新增编辑
-    $api->post('addShop', 'ShopController@addShop');
-    //商户详情
-    $api->post('shopView', 'ShopController@view');
-    //商户列表
-    $api->get('shopList', 'ShopController@list');
+
     //登陆
     $api->post('login', 'AuthController@login');
     //获取商户信息