Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
c65d5891
Commit
c65d5891
authored
Jun 24, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
路由
parent
bd7b8ede
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
route.php
application/route.php
+10
-4
No files found.
application/route.php
View file @
c65d5891
...
@@ -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'
,
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment