Commit c65d5891 authored by clone's avatar clone

路由

parent bd7b8ede
......@@ -498,9 +498,9 @@ Route::group('index', [
'getFindShopList' => ['index/FindShop/getFindShopList', ['method' => 'POST|GET']],
'getFindShopListIsMy' => ['index/FindShop/getFindShopList', ['method' => 'POST|GET']],
'ShareOfficeRoom' => ['index/ShareOfficeRoom/ShareOfficeRoom', ['method' => 'POST|GET']],
'yindaoAndroidOffice' => ['index/ShareOfficeRoom/yindaoAndroid', ['method' => 'POST|GET']],
'yindaoIosOffice' => ['index/ShareOfficeRoom/yindaoIos', ['method' => 'POST|GET']],
'ShareOfficeRoom' => ['index/ShareOfficeRoom/ShareOfficeRoom', ['method' => 'POST|GET']],
'yindaoAndroidOffice' => ['index/ShareOfficeRoom/yindaoAndroid', ['method' => 'POST|GET']],
'yindaoIosOffice' => ['index/ShareOfficeRoom/yindaoIos', ['method' => 'POST|GET']],
]);
......@@ -653,6 +653,12 @@ Route::group('task', [
'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']],//隐私号码回调[话单通知]
'rongRecordingInformUrl' => ['task/PrivacyNumber/rongRecordingInformUrl', ['method' => 'post | get']],//隐私号码回调[录音通知]
'rongStatusInformUrl' => ['task/PrivacyNumber/rongStatusInformUrl', ['method' => 'post | get']],//隐私号码回调[状态通知]
......@@ -1022,60 +1028,60 @@ Route::group('office', [
]);
Route::group('office_index', [
'houseDictionaryAdd' => ['index/OfficeManage/add', ['method' => 'GET|POST']],//楼盘字典新增
'houseDictionaryEdit' => ['index/OfficeManage/edit', ['method' => 'GET|POST']],//楼盘字典编辑
'delHouseFile' => ['index/OfficeRoom/delHouseFile', ['method' => 'POST']],//删除房源图片
'delBuildingFile' => ['index/OfficeManage/delBuildingFile', ['method' => 'POST']],//删除楼盘图片
'getBuildingSearch' => ['index/OfficeRoom/getBuildingSearch', ['method' => 'GET']],//搜索楼盘
'getBuildingDetail' => ['index/OfficeRoom/getBuildingDetail', ['method' => 'GET']],//楼盘详情
'getBuildingList' => ['index/OfficeManage/getBuildingList', ['method' => 'GET']],//楼盘列表
'delBuilding' => ['index/OfficeManage/delBuilding', ['method' => 'GET']],//删除楼盘
'getRoomList' => ['index/OfficeRoom/getRoomList', ['method' => 'GET']],//删除楼盘
'getList' => ['index/Station/getList', ['method' => 'GET']],//城市地铁
'getLabelsList' => ['index/OfficeLabel/getLabelsList', ['method' => 'get']], //楼盘标签列表
'houseEdit' => ['index/OfficeRoom/edit', ['method' => 'POST|GET']],//楼盘字典新增和编辑
'houseAdd' => ['index/OfficeRoom/edit', ['method' => 'POST|GET']],//楼盘字典新增和编辑
'getRecords' => ['index/OfficeRoom/getRecords', ['method' => 'GET']],//盘方操作记录
'batchChangDish' => ['index/OfficeRoom/batchChangDish', ['method' => 'post']],//批量修改盘方
'getCollection' => ['index/OfficePayLog/getCollection', ['method' => 'GET']],//收款记录
'getCollectionExcel' => ['index/OfficePayLog/getCollectionExcel', ['method' => 'get']],//导出收款记录
'adjustment' => ['index/OfficePayLog/adjustment', ['method' => 'get']],//导出收款记录
'getCollectionDetail' => ['index/OfficePayLog/getCollectionDetail', ['method' => 'get']],//收款详情
'getAdjustmentDetail' => ['index/OfficePayLog/getAdjustmentDetail', ['method' => 'get']],//调整收款详情
'getAdjustment' => ['index/OfficePayLog/getAdjustment', ['method' => 'get']],//调整收款详情
'carefullyChosen' => ['index/OfficeRoom/carefullyChosen', ['method' => 'POST']],//设置精选楼盘
'editExclusive' => ['index/OfficeRoom/editExclusive', ['method' => 'POST']], //添加和编辑楼盘独家
'addExclusive' => ['index/OfficeRoom/editExclusive', ['method' => 'POST']], //添加楼盘独家
'getExclusive' => ['index/OfficeRoom/getExclusive', ['method' => 'get']], //获取楼盘独家
'del' => ['index/OfficeRoom/del', ['method' => 'POST']], //设置无效房源
'isShow' => ['index/OfficeRoom/isShow', ['method' => 'POST']],//是否对C端显示
'followUpList' => ['index/OfficeRemark/followUpList', ['method' => 'POST|GET']],
'addReceiptImg' => ['index/officePayLog/addReceiptOfficeImg', ['method' => 'post|get']],//收款图片信息保存
'getPayLogImg' => ['index/DailyPaper/getPayLogOfficeImg', ['method' => 'get|post']],
'receiptImgList' => ['index/officePayLog/receiptOfficeImgList', ['method' => 'post|get']],//收款列表-收款图片列表
'getCollectionEdit' => ['index/officePayLog/getCollectionEdit', ['method' => 'post']],//收款修改保存
'refundPayLog' => ['index/officePayLog/refundPayLog', ['method' => 'POST']],//退款
'delPayLog' => ['index/officePayLog/delPayLog', ['method' => 'POST']],//删除收款
'delAdjustment' => ['index/officePayLog/delAdjustment', ['method' => 'post']],//撤销调整
'bargainInfo' => ['index/officePayLog/bargainInfo', ['method' => 'GET']],//成交报告详情
'commissionList' => ['index/officePayLog/commissionList', ['method' => 'GET']],//成交报告分佣提成
'getTallAge' => ['index/officePayLog/getTallAgeV2', ['method' => 'GET']],//成交报告分佣提成
'deleteReceiptImg' => ['index/officePayLog/deleteReceiptImg', ['method' => 'post|get']],//删除收款图片
'getPayLogData' => ['index/officePayLog/getPayLogData', ['method' => 'GET']], //收款各种详情
'adjustmentList' => ['index/officePayLog/adjustmentList', ['method' => 'GET']], //调整列表
'refundDetail' => ['index/officePayLog/refundDetail', ['method' => 'GET']], //退款详情
'checkRefund' => ['index/officePayLog/checkRefund', ['method' => 'GET']], //退款审核
'delRefund' => ['index/officePayLog/delRefund', ['method' => 'GET']], //删除退款
'refundList' => ['index/officePayLog/refundList', ['method' => 'get']], //退款列表-专员审核
'reportListUndone/:check_status' => ['index/OfficeBargain/reportList', ['method' => 'get'], ['check_status' => 6]], //财务 成交报告-已撤销
'backOutThree/:check_status' => ['index/OfficeBargain/reportList', ['method' => 'get'], ['check_status' => 8]], //财务 成交报告-待撤销-第三级数据
'backOutTwo/:check_status' => ['index/OfficeBargain/reportList', ['method' => 'get'], ['check_status' => 7]], //财务 成交报告-待撤销-第二级数据
'backOutOne/:check_status' => ['index/OfficeBargain/reportList', ['method' => 'get'], ['check_status' => 5]], //财务 成交报告-待撤销-第一级数据
'checkBackOutOne/:check_status' => ['index/OfficeBargain/checkReport', ['method' => 'post'], ['check_status' => 1]], //审核撤销成交报告-第一级审核
'checkBackOutTwo/:check_status' => ['index/OfficeBargain/checkReport', ['method' => 'post'], ['check_status' => 2]], //审核撤销成交报告-第二级审核
'checkBackOutThree/:check_status' => ['index/OfficeBargain/checkReport', ['method' => 'post'], ['check_status' => 3]], //审核撤销成交报告-第三级审核
'collectingBill' => ['index/officePayLog/collectingBill', ['method' => 'get|post']], //收款
'getBeForNum' => ['index/officePayLog/getBeForNum', ['method' => 'get']],//获取上次提交收款的门牌号等
'houseDictionaryAdd' => ['index/OfficeManage/add', ['method' => 'GET|POST']],//楼盘字典新增
'houseDictionaryEdit' => ['index/OfficeManage/edit', ['method' => 'GET|POST']],//楼盘字典编辑
'delHouseFile' => ['index/OfficeRoom/delHouseFile', ['method' => 'POST']],//删除房源图片
'delBuildingFile' => ['index/OfficeManage/delBuildingFile', ['method' => 'POST']],//删除楼盘图片
'getBuildingSearch' => ['index/OfficeRoom/getBuildingSearch', ['method' => 'GET']],//搜索楼盘
'getBuildingDetail' => ['index/OfficeRoom/getBuildingDetail', ['method' => 'GET']],//楼盘详情
'getBuildingList' => ['index/OfficeManage/getBuildingList', ['method' => 'GET']],//楼盘列表
'delBuilding' => ['index/OfficeManage/delBuilding', ['method' => 'GET']],//删除楼盘
'getRoomList' => ['index/OfficeRoom/getRoomList', ['method' => 'GET']],//删除楼盘
'getList' => ['index/Station/getList', ['method' => 'GET']],//城市地铁
'getLabelsList' => ['index/OfficeLabel/getLabelsList', ['method' => 'get']], //楼盘标签列表
'houseEdit' => ['index/OfficeRoom/edit', ['method' => 'POST|GET']],//楼盘字典新增和编辑
'houseAdd' => ['index/OfficeRoom/edit', ['method' => 'POST|GET']],//楼盘字典新增和编辑
'getRecords' => ['index/OfficeRoom/getRecords', ['method' => 'GET']],//盘方操作记录
'batchChangDish' => ['index/OfficeRoom/batchChangDish', ['method' => 'post']],//批量修改盘方
'getCollection' => ['index/OfficePayLog/getCollection', ['method' => 'GET']],//收款记录
'getCollectionExcel' => ['index/OfficePayLog/getCollectionExcel', ['method' => 'get']],//导出收款记录
'adjustment' => ['index/OfficePayLog/adjustment', ['method' => 'get']],//导出收款记录
'getCollectionDetail' => ['index/OfficePayLog/getCollectionDetail', ['method' => 'get']],//收款详情
'getAdjustmentDetail' => ['index/OfficePayLog/getAdjustmentDetail', ['method' => 'get']],//调整收款详情
'getAdjustment' => ['index/OfficePayLog/getAdjustment', ['method' => 'get']],//调整收款详情
'carefullyChosen' => ['index/OfficeRoom/carefullyChosen', ['method' => 'POST']],//设置精选楼盘
'editExclusive' => ['index/OfficeRoom/editExclusive', ['method' => 'POST']], //添加和编辑楼盘独家
'addExclusive' => ['index/OfficeRoom/editExclusive', ['method' => 'POST']], //添加楼盘独家
'getExclusive' => ['index/OfficeRoom/getExclusive', ['method' => 'get']], //获取楼盘独家
'del' => ['index/OfficeRoom/del', ['method' => 'POST']], //设置无效房源
'isShow' => ['index/OfficeRoom/isShow', ['method' => 'POST']],//是否对C端显示
'followUpList' => ['index/OfficeRemark/followUpList', ['method' => 'POST|GET']],
'addReceiptImg' => ['index/officePayLog/addReceiptOfficeImg', ['method' => 'post|get']],//收款图片信息保存
'getPayLogImg' => ['index/DailyPaper/getPayLogOfficeImg', ['method' => 'get|post']],
'receiptImgList' => ['index/officePayLog/receiptOfficeImgList', ['method' => 'post|get']],//收款列表-收款图片列表
'getCollectionEdit' => ['index/officePayLog/getCollectionEdit', ['method' => 'post']],//收款修改保存
'refundPayLog' => ['index/officePayLog/refundPayLog', ['method' => 'POST']],//退款
'delPayLog' => ['index/officePayLog/delPayLog', ['method' => 'POST']],//删除收款
'delAdjustment' => ['index/officePayLog/delAdjustment', ['method' => 'post']],//撤销调整
'bargainInfo' => ['index/officePayLog/bargainInfo', ['method' => 'GET']],//成交报告详情
'commissionList' => ['index/officePayLog/commissionList', ['method' => 'GET']],//成交报告分佣提成
'getTallAge' => ['index/officePayLog/getTallAgeV2', ['method' => 'GET']],//成交报告分佣提成
'deleteReceiptImg' => ['index/officePayLog/deleteReceiptImg', ['method' => 'post|get']],//删除收款图片
'getPayLogData' => ['index/officePayLog/getPayLogData', ['method' => 'GET']], //收款各种详情
'adjustmentList' => ['index/officePayLog/adjustmentList', ['method' => 'GET']], //调整列表
'refundDetail' => ['index/officePayLog/refundDetail', ['method' => 'GET']], //退款详情
'checkRefund' => ['index/officePayLog/checkRefund', ['method' => 'GET']], //退款审核
'delRefund' => ['index/officePayLog/delRefund', ['method' => 'GET']], //删除退款
'refundList' => ['index/officePayLog/refundList', ['method' => 'get']], //退款列表-专员审核
'reportListUndone/:check_status' => ['index/OfficeBargain/reportList', ['method' => 'get'], ['check_status' => 6]], //财务 成交报告-已撤销
'backOutThree/:check_status' => ['index/OfficeBargain/reportList', ['method' => 'get'], ['check_status' => 8]], //财务 成交报告-待撤销-第三级数据
'backOutTwo/:check_status' => ['index/OfficeBargain/reportList', ['method' => 'get'], ['check_status' => 7]], //财务 成交报告-待撤销-第二级数据
'backOutOne/:check_status' => ['index/OfficeBargain/reportList', ['method' => 'get'], ['check_status' => 5]], //财务 成交报告-待撤销-第一级数据
'checkBackOutOne/:check_status' => ['index/OfficeBargain/checkReport', ['method' => 'post'], ['check_status' => 1]], //审核撤销成交报告-第一级审核
'checkBackOutTwo/:check_status' => ['index/OfficeBargain/checkReport', ['method' => 'post'], ['check_status' => 2]], //审核撤销成交报告-第二级审核
'checkBackOutThree/:check_status' => ['index/OfficeBargain/checkReport', ['method' => 'post'], ['check_status' => 3]], //审核撤销成交报告-第三级审核
'collectingBill' => ['index/officePayLog/collectingBill', ['method' => 'get|post']], //收款
'getBeForNum' => ['index/officePayLog/getBeForNum', ['method' => 'get']],//获取上次提交收款的门牌号等
'inspectionRecordOur/:check_status' => ['index/OfficeReport/inspectionRecordAll', ['method' => 'GET'], ['check_status' => 0]], //我的约带看
'inspectionRecordStore/:check_status' => ['index/OfficeReport/inspectionRecordAll', ['method' => 'GET'], ['check_status' => 1]], //门店约带看
......@@ -1103,12 +1109,12 @@ Route::group('office_index', [
'backOutToOne' => ['index/OfficeBargain/backOutToOne', ['method' => 'POST']], //财务 成交报告-撤销成交报告
'recoveryBargain' => ['index/OfficeBargain/recoveryBargain', ['method' => 'POST']],//撤销列表-恢复成交报告
'partialCommissionList' => ['index/OfficeFinance/partialCommissionList', ['method' => 'get']], //分佣提成明细表
'partialCommissionList' => ['index/OfficeFinance/partialCommissionList', ['method' => 'get']], //分佣提成明细表
'performanceInfo' => [ 'index/OfficePerformanceInfo/performanceInfo', [ 'method' => 'GET|POST' ] ],//业绩明细办公楼
'selectDistrictPerformance' => [ 'index/OfficePerformance/selectDistrictPerformance', [ 'method' => 'GET|POST' ] ],//区域业绩排行
'selectStorePerformance' => [ 'index/OfficePerformance/selectStorePerformance', [ 'method' => 'GET|POST' ] ],//门店排行
'selectIndividualPerformance' => [ 'index/OfficePerformance/selectIndividualPerformance', [ 'method' => 'GET|POST' ] ],//个人业绩排行
'performanceInfo' => ['index/OfficePerformanceInfo/performanceInfo', ['method' => 'GET|POST']],//业绩明细办公楼
'selectDistrictPerformance' => ['index/OfficePerformance/selectDistrictPerformance', ['method' => 'GET|POST']],//区域业绩排行
'selectStorePerformance' => ['index/OfficePerformance/selectStorePerformance', ['method' => 'GET|POST']],//门店排行
'selectIndividualPerformance' => ['index/OfficePerformance/selectIndividualPerformance', ['method' => 'GET|POST']],//个人业绩排行
]);
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