Commit 6d0feae0 authored by hujun's avatar hujun

office_report

parent 8481d1f5
......@@ -976,6 +976,12 @@ Route::group('office', [
'addCollectHouse' => ['api_broker/OfficeCollectHouse/addCollectHouse', ['method' => 'POST|GET']], //收藏或取消收藏商铺
'getCollectHouseList' => ['api_broker/OfficeCollectHouse/getCollectHouseList', ['method' => 'POST|GET']], //查询收藏数据
'getBuildingRoom' => ['api_broker/OfficeBuilding/getBuildingRoom', ['method' => 'POST|GET']], //楼盘列表
'report' => ['api_broker/OfficeReport/report', ['method' => 'get|post']], //报备
'addFollowUp' => ['api_broker/OfficeReport/addFollowUp', ['method' => 'get|post']], //新增跟进
'getFollowUpList' => ['api_broker/OfficeReport/getFollowUpList', ['method' => 'get|post']],
'reportList' => ['api_broker/OfficeReport/reportList', ['method' => 'get']],
'getCheckType' => ['api_broker/OfficeReport/getCheckType', ['method' => 'get|post']],
'reportListForPc' => ['api_broker/OfficeReport/reportListForPc', ['method' => 'get']],
]);
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