Commit d2c865b9 authored by zhuwei's avatar zhuwei

1

parent 58e1bb39
...@@ -1027,6 +1027,13 @@ Route::group('office', [ ...@@ -1027,6 +1027,13 @@ Route::group('office', [
'getHouseAddress' => ['api_broker/OfficeRoom/checkRepetition', ['method' => 'get']], //搜索楼号/栋/座+楼层+房号 'getHouseAddress' => ['api_broker/OfficeRoom/checkRepetition', ['method' => 'get']], //搜索楼号/栋/座+楼层+房号
'filtrateConditionRoom' => ['api_broker/OfficeRoom/filtrateConditionRoom', ['method' => 'get']], 'filtrateConditionRoom' => ['api_broker/OfficeRoom/filtrateConditionRoom', ['method' => 'get']],
'marchInListPcInfo' => ['api_broker/OfficePerformance/marchInListPcInfo', ['method' => 'POST|GET']],//进场
'followListPcInfo' => ['api_broker/OfficePerformance/followListPcInfo', ['method' => 'POST|GET']],//报备
// 'collectionListByBargainId' => ['api_broker/OfficePerformance/collectionListByBargainId', ['method' => 'POST|GET']],
// 'collectionListByBargainId' => ['api_broker/OfficePerformance/collectionListByBargainId', ['method' => 'POST|GET']],
]); ]);
Route::group('office_index', [ Route::group('office_index', [
......
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