Commit 9f626ef4 authored by hujun's avatar hujun

邀请注册路由

parent 3954b770
...@@ -338,7 +338,7 @@ Route::group('broker', [ ...@@ -338,7 +338,7 @@ Route::group('broker', [
'agentSearch' => [ 'api_broker/Client/agentSearch', [ 'method' => 'get' ] ],//经纪人搜索 'agentSearch' => [ 'api_broker/Client/agentSearch', [ 'method' => 'get' ] ],//经纪人搜索
'getULabelsListApp' => [ 'api_broker/Client/getULabelsListApp', [ 'method' => 'get' ] ],//客户标签 'getULabelsListApp' => [ 'api_broker/Client/getULabelsListApp', [ 'method' => 'get' ] ],//客户标签
'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' ] ], //邀请记录
//商铺 //商铺
'getShopList' => ['api_broker/Shop/getShopList', [ 'method' => 'get|post' ] ], 'getShopList' => ['api_broker/Shop/getShopList', [ 'method' => 'get|post' ] ],
'getShopDetail' => ['api_broker/Shop/getShopDetail', [ 'method' => 'get' ] ], 'getShopDetail' => ['api_broker/Shop/getShopDetail', [ 'method' => 'get' ] ],
...@@ -386,6 +386,7 @@ Route::group('broker', [ ...@@ -386,6 +386,7 @@ Route::group('broker', [
'qrCode' => ['api_broker/broker/qrCode', [ 'method' => 'get' ] ], //生成二维码 'qrCode' => ['api_broker/broker/qrCode', [ 'method' => 'get' ] ], //生成二维码
]); ]);
//Route::miss('api/index/miss');//处理错误的url //Route::miss('api/index/miss');//处理错误的url
\ No newline at end of file
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