Commit eda66d39 authored by clone's avatar clone

路由

parent 7ac23d9d
......@@ -242,7 +242,7 @@ Route::group('broker', [
'user_search' => [ 'api_broker/broker/user_search',['method'=>'get|post']],//客户搜索
'bindAXB' => [ 'api_broker/CellPhone/bindAXB', [ 'method' => 'post' ] ],//隐私号码
'agentsUnBind' => [ 'api_broker/CellPhone/agentsUnBind', [ 'method' => 'post' ] ],//解除绑定关系
'getShopList' => ['api_broker/Shop/getShopList', [ 'method' => 'get' ] ],
'getShopList' => ['api_broker/Shop/getShopList', [ 'method' => 'get|post' ] ],
'updateBindAXB' => ['api_broker/CellPhone/updateBindAXB', [ 'method' => 'post' ] ], //更新绑定关系隐私号码
]);
......
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