Commit 87ae41ff authored by hujun's avatar hujun

route

parent 570ca5e5
......@@ -220,8 +220,8 @@ Route::group('broker', [
'login' => [ 'api_broker/Broker/login', [ 'method' => 'get' ] ], //经纪人登陆
'editClient' => [ 'api_broker/Client/editClient', [ 'method' => 'get|post' ] ],//添加和编辑客户
'getBroker' => ['api_broker/broker/getBroker',['method'=>'get']],//获取经纪人列表
'labelEdit' => ['index/label/index',['method'=>'get|post']], //编辑标签
'getLabelsList' => ['index/label/getLabelsList',['method'=>'get']], //标签列表
'labelEdit' => ['api_broker/label/index',['method'=>'get|post']], //编辑标签
'getLabelsList' => ['api_broker/label/getLabelsList',['method'=>'get']], //标签列表
'add_phone_follow_up' => ['api_broker/broker/add_phone_follow_up',['method'=>'get|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