|
@@ -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');
|
|
|
//获取商户信息
|