Commit ab0867e3 authored by hujun's avatar hujun

分享楼盘房源详情

parent f33dae7f
......@@ -76,6 +76,7 @@ class Basic extends Controller
"office_api/getOfficeRoomInfo",
"office_api/getBuildingRoomList",
"office_api/filtrateConditionRoom",
"office_api/getOfficeBuildingInfoShare",
);
/**
......
......@@ -1146,6 +1146,7 @@ Route::group('office_api', [
'getBuildingRoomList' => ['api/OfficeRoom/getBuildingRoomList', ['method' => 'GET|POST']],//获取房源列表
'filtrateConditionRoom' => ['api/OfficeRoom/filtrateConditionRoom', ['method' => 'GET|POST']],//商圈地铁
'getOfficeBuildingInfo' => ['api/OfficeBuilding/getOfficeBuildingInfo', ['method' => 'GET|POST']],//办公楼详情
'getOfficeBuildingInfoShare' => ['api/OfficeBuilding/getOfficeBuildingInfo', ['method' => 'GET|POST']],//办公楼详情
]);
//Route::miss('api/index/miss');//处理错误的url
......
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