Commit 6ea44fbf authored by hujun's avatar hujun

修改路由 经纪人通话记录汇总

parent 2d8e40c1
...@@ -236,6 +236,7 @@ Route::group('broker', [ ...@@ -236,6 +236,7 @@ Route::group('broker', [
'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' ] ],//通话记录 '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