Commit 7c742013 authored by zhuwei's avatar zhuwei

客户详情

parent 972d3732
...@@ -753,10 +753,11 @@ Route::group('broker', [ ...@@ -753,10 +753,11 @@ Route::group('broker', [
'adjustment' => ['api_broker/PayLog/adjustment', ['method' => 'get|post']], 'adjustment' => ['api_broker/PayLog/adjustment', ['method' => 'get|post']],
//原生客户详情 //原生客户详情
'getUserLabels' => [ 'api_broker/User/getUserLabels', [ 'method' => 'get|post' ] ],//获取电话跟进标签列表 'getUserLabels' => [ 'api_broker/User/getUserLabels', [ 'method' => 'get|post' ] ],//获取电话跟进标签列表
'userDetail' => [ 'api_broker/User/userDetail', [ 'method' => 'get|post' ] ],// 'userDetail' => [ 'api_broker/User/userDetail', [ 'method' => 'get|post' ] ],//
'userLog' => [ 'api_broker/User/userLog', [ 'method' => 'get|post' ] ],// 'userLog' => [ 'api_broker/User/userLog', [ 'method' => 'get|post' ] ],//
'followUpLog' => [ 'api_broker/User/followUpLog', [ 'method' => 'get|post' ] ],// 'followUpLog' => [ 'api_broker/User/followUpLog', [ 'method' => 'get|post' ] ],//
'userDetailFull' => [ 'api_broker/User/userDetailFull', [ '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