Commit 278c7ae7 authored by zw's avatar zw

bug

parent 8d5242d1
...@@ -567,6 +567,7 @@ Route::group('broker', [ ...@@ -567,6 +567,7 @@ Route::group('broker', [
'inviteList' => ['api_broker/Client/inviteList', ['method' => 'get']], //邀请记录 'inviteList' => ['api_broker/Client/inviteList', ['method' => 'get']], //邀请记录
//商铺 //商铺
'getShopList' => ['api_broker/Shop/getShopList', ['method' => 'get|post']], 'getShopList' => ['api_broker/Shop/getShopList', ['method' => 'get|post']],
'getShopListByReport' => ['api_broker/Shop/getShopListByReport', ['method' => 'get|post']],
'getShopListByMap' => ['api_broker/MapFindHouse/getShopListByMap', ['method' => 'get|post']], 'getShopListByMap' => ['api_broker/MapFindHouse/getShopListByMap', ['method' => 'get|post']],
'getCityInfoByMap' => ['api_broker/MapFindHouse/getCityInfoByMap', ['method' => 'get|post']], 'getCityInfoByMap' => ['api_broker/MapFindHouse/getCityInfoByMap', ['method' => 'get|post']],
'getShopDetail' => ['api_broker/Shop/getShopDetail', ['method' => 'get']], 'getShopDetail' => ['api_broker/Shop/getShopDetail', ['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