Commit 360f7f34 authored by hujun's avatar hujun

getAdjustment

parent d69c0dea
......@@ -1035,6 +1035,7 @@ Route::group('office_index', [
'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']], //添加楼盘独家
......
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