Commit 7f69eefc authored by clone's avatar clone

Merge branch 'test'

parents 1e764210 17f21062
......@@ -44,7 +44,8 @@ class Basic extends Controller
'index/getUserLabel',
'index/bannerList',
'index/getLabelsList',
'index/regions'
'index/regions',
'index/getAuth2'
);
/**
......
......@@ -147,6 +147,7 @@ Route::group('index', [
//商铺
'BusinessList' => ['index/BusinessDistrict/getBusiness', ['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