Commit 17f21062 authored by hujun's avatar hujun

增加新增商铺路由

parent 83ba5cac
...@@ -147,6 +147,7 @@ Route::group('index', [ ...@@ -147,6 +147,7 @@ Route::group('index', [
//商铺 //商铺
'BusinessList' => ['index/BusinessDistrict/getBusiness', ['method' => 'get']], //获取商铺列表数据 'BusinessList' => ['index/BusinessDistrict/getBusiness', ['method' => 'get']], //获取商铺列表数据
'houseEdit' => ['index/Houses/edit', ['method' => 'get|post']], //编辑商铺 'houseEdit' => ['index/Houses/edit', ['method' => 'get|post']], //编辑商铺
'houseAdd' => ['index/Houses/edit', ['method' => 'get']], //新增商铺
'houseDel' => ['index/Houses/del', ['method' => 'post']], //删除商铺 'houseDel' => ['index/Houses/del', ['method' => 'post']], //删除商铺
'regions' => ['index/BusinessDistrict/regions', ['method' => 'get']], //获取省市区数据 'regions' => ['index/BusinessDistrict/regions', ['method' => 'get']], //获取省市区数据
'getCity' => ['index/BusinessDistrict/getCity', ['method' => 'get']], //获取所有的城市 'getCity' => ['index/BusinessDistrict/getCity', ['method' => 'get']], //获取所有的城市
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment