Commit 17c446d3 authored by hujun's avatar hujun

修改路由

parent b1b52367
...@@ -240,10 +240,6 @@ Route::group('broker', [ ...@@ -240,10 +240,6 @@ Route::group('broker', [
'user_search' => [ 'api_broker/broker/user_search',['method'=>'get|post']],//客户搜索 'user_search' => [ 'api_broker/broker/user_search',['method'=>'get|post']],//客户搜索
'bindAXB' => [ 'api_broker/CellPhone/bindAXB', [ 'method' => 'post' ] ],//隐私号码 'bindAXB' => [ 'api_broker/CellPhone/bindAXB', [ 'method' => 'post' ] ],//隐私号码
'agentsUnBind' => [ 'api_broker/CellPhone/agentsUnBind', [ 'method' => 'post' ] ],//解除绑定关系 'agentsUnBind' => [ 'api_broker/CellPhone/agentsUnBind', [ 'method' => 'post' ] ],//解除绑定关系
'callLog' => [ 'api_broker/CellPhone/callLog', [ 'method' => 'get' ] ],//通话记录
'callCollectList' => [ 'api_broker/CellPhone/callCollectList', [ 'method' => 'get' ] ],//经纪人通话汇总
'getShopList' => ['api_broker/Shop/getShopList', [ 'method' => 'get' ] ], 'getShopList' => ['api_broker/Shop/getShopList', [ '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