Commit c65d5891 authored by clone's avatar clone

路由

parent bd7b8ede
...@@ -653,6 +653,12 @@ Route::group('task', [ ...@@ -653,6 +653,12 @@ Route::group('task', [
'totalAgentResultsByYesterday' => ['task/ResultsSummaryNewTask/totalAgentResultsByYesterday', ['method' => 'get']], //业绩统计 'totalAgentResultsByYesterday' => ['task/ResultsSummaryNewTask/totalAgentResultsByYesterday', ['method' => 'get']], //业绩统计
'totalAgentResultsOffice' => ['task/ResultsSummaryOfficeTask/totalAgentResults', ['method' => 'get']], //业绩统计
'totalAgentResultsByTimeOffice' => ['task/ResultsSummaryOfficeTask/totalAgentResultsByTime', ['method' => 'get']], //业绩统计
'updateTotalByAgentIdOffice' => ['task/ResultsSummaryOfficeTask/updateTotalByAgentId', ['method' => 'get']], //业绩统计
'totalAgentResultsByYesterdayOffice' => ['task/ResultsSummaryOfficeTask/totalAgentResultsByYesterday', ['method' => 'get']], //业绩统计
'rongBilledInformUrl' => ['task/PrivacyNumber/rongBilledInformUrl', ['method' => 'post | get']],//隐私号码回调[话单通知] 'rongBilledInformUrl' => ['task/PrivacyNumber/rongBilledInformUrl', ['method' => 'post | get']],//隐私号码回调[话单通知]
'rongRecordingInformUrl' => ['task/PrivacyNumber/rongRecordingInformUrl', ['method' => 'post | get']],//隐私号码回调[录音通知] 'rongRecordingInformUrl' => ['task/PrivacyNumber/rongRecordingInformUrl', ['method' => 'post | get']],//隐私号码回调[录音通知]
'rongStatusInformUrl' => ['task/PrivacyNumber/rongStatusInformUrl', ['method' => 'post | get']],//隐私号码回调[状态通知] 'rongStatusInformUrl' => ['task/PrivacyNumber/rongStatusInformUrl', ['method' => 'post | get']],//隐私号码回调[状态通知]
...@@ -1105,10 +1111,10 @@ Route::group('office_index', [ ...@@ -1105,10 +1111,10 @@ Route::group('office_index', [
'partialCommissionList' => ['index/OfficeFinance/partialCommissionList', ['method' => 'get']], //分佣提成明细表 'partialCommissionList' => ['index/OfficeFinance/partialCommissionList', ['method' => 'get']], //分佣提成明细表
'performanceInfo' => [ 'index/OfficePerformanceInfo/performanceInfo', [ 'method' => 'GET|POST' ] ],//业绩明细办公楼 'performanceInfo' => ['index/OfficePerformanceInfo/performanceInfo', ['method' => 'GET|POST']],//业绩明细办公楼
'selectDistrictPerformance' => [ 'index/OfficePerformance/selectDistrictPerformance', [ 'method' => 'GET|POST' ] ],//区域业绩排行 'selectDistrictPerformance' => ['index/OfficePerformance/selectDistrictPerformance', ['method' => 'GET|POST']],//区域业绩排行
'selectStorePerformance' => [ 'index/OfficePerformance/selectStorePerformance', [ 'method' => 'GET|POST' ] ],//门店排行 'selectStorePerformance' => ['index/OfficePerformance/selectStorePerformance', ['method' => 'GET|POST']],//门店排行
'selectIndividualPerformance' => [ 'index/OfficePerformance/selectIndividualPerformance', [ 'method' => 'GET|POST' ] ],//个人业绩排行 'selectIndividualPerformance' => ['index/OfficePerformance/selectIndividualPerformance', ['method' => 'GET|POST']],//个人业绩排行
]); ]);
Route::group('office_api', [ Route::group('office_api', [
......
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