Commit 278c7ae7 authored by zw's avatar zw

bug

parent 8d5242d1
...@@ -566,11 +566,12 @@ Route::group('broker', [ ...@@ -566,11 +566,12 @@ Route::group('broker', [
'all_user' => ['api_broker/Client/all_user', ['method' => 'post|get']],//全部客户 朱伟 'all_user' => ['api_broker/Client/all_user', ['method' => 'post|get']],//全部客户 朱伟
'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']],
'getShopListByMap' => ['api_broker/MapFindHouse/getShopListByMap', ['method' => 'get|post']], 'getShopListByReport' => ['api_broker/Shop/getShopListByReport', ['method' => 'get|post']],
'getCityInfoByMap' => ['api_broker/MapFindHouse/getCityInfoByMap', ['method' => 'get|post']], 'getShopListByMap' => ['api_broker/MapFindHouse/getShopListByMap', ['method' => 'get|post']],
'getShopDetail' => ['api_broker/Shop/getShopDetail', ['method' => 'get']], 'getCityInfoByMap' => ['api_broker/MapFindHouse/getCityInfoByMap', ['method' => 'get|post']],
'addShopFollowUp' => ['api_broker/Shop/addShopFollowUp', ['method' => 'post']], //新增商铺跟进记录 'getShopDetail' => ['api_broker/Shop/getShopDetail', ['method' => 'get']],
'addShopFollowUp' => ['api_broker/Shop/addShopFollowUp', ['method' => 'post']], //新增商铺跟进记录
'reportList' => ['api_broker/Report/reportList', ['method' => 'get']], 'reportList' => ['api_broker/Report/reportList', ['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