Commit d1cce10c authored by hujun's avatar hujun

v2

parent 7fdc120d
......@@ -162,8 +162,8 @@ Route::group('index', [
//商铺
'BusinessList' => [ 'index/BusinessDistrict/getBusiness', [ 'method' => 'get' ] ], //获取商圈
'getBusinessAll' => [ 'index/BusinessDistrict/getBusinessAll', [ 'method' => 'get' ] ], //获取商圈,不带分页
'houseEdit' => [ 'index/Houses/editV2', [ 'method' => 'get|post' ] ], //编辑商铺
'houseAdd' => [ 'index/Houses/editV2', [ 'method' => 'get' ] ], //新增商铺
'houseEdit' => [ 'index/Houses/edit', [ 'method' => 'get|post' ] ], //编辑商铺
'houseAdd' => [ 'index/Houses/edit', [ 'method' => 'get' ] ], //新增商铺
'houseDel' => [ 'index/Houses/del', [ 'method' => 'post' ] ], //删除商铺
'regions' => [ 'index/BusinessDistrict/regions', [ '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