Commit 44d2c904 authored by clone's avatar clone

1

parent 97b3c245
......@@ -2,6 +2,6 @@
# https://curl.haxx.se/docs/http-cookies.html
# This file was generated by libcurl! Edit at your own risk.
.haozu.com TRUE / FALSE 1559618444 hzucsso deleted
.haozu.com TRUE / FALSE 1559640044 haozu_user %7B%22index%22%3A3%2C%22name%22%3A%22haozu%22%2C%22value%22%3A%22haozu%22%2C%22opt_scope%22%3A2%7D
.haozu.com TRUE / FALSE 1559791244 citydomain sh
.haozu.com TRUE / FALSE 1559723045 hzucsso deleted
.haozu.com TRUE / FALSE 1559744645 haozu_user %7B%22index%22%3A3%2C%22name%22%3A%22haozu%22%2C%22value%22%3A%22haozu%22%2C%22opt_scope%22%3A2%7D
.haozu.com TRUE / FALSE 1559895845 citydomain sh
......@@ -421,9 +421,9 @@ Route::group('index', [
'delPerformanceReport' => ['index/PerformanceReport/delPerformanceReport', ['method' => 'get | post']],//删除
//批量处理控制器
'getCityLatAadLng' => [ 'index/BatchProcessing/getCityLatAadLng', [ 'method' => 'get | post' ] ],//批量设置商圈的经纬度
'getMetroStationsLatAadLng' => [ 'index/BatchProcessing/getMetroStationsLatAadLng', [ 'method' => 'get | post' ] ],//
'updatePhoneFollowUpIsShow' => [ 'index/BatchProcessing/updatePhoneFollowUpIsShow', [ 'method' => 'get | post' ] ],//批量设置商圈的经纬度
'getCityLatAadLng' => ['index/BatchProcessing/getCityLatAadLng', ['method' => 'get | post']],//批量设置商圈的经纬度
'getMetroStationsLatAadLng' => ['index/BatchProcessing/getMetroStationsLatAadLng', ['method' => 'get | post']],//
'updatePhoneFollowUpIsShow' => ['index/BatchProcessing/updatePhoneFollowUpIsShow', ['method' => 'get | post']],//批量设置商圈的经纬度
//站点相关
......@@ -964,6 +964,9 @@ Route::group('office', [
'getCommission' => ['api_broker/OfficeOrderLog/getCommission', ['method' => 'GET|POST']],
'isShowAdjustment' => ['api_broker/OfficeOrderLog/isShowAdjustment', ['method' => 'GET|POST']],
'addBargain' => ['api_broker/OfficeOrderLog/addBargain', ['method' => 'post']], //新增成交报告佣金(分佣提成)
'orderDetail' => ['api_broker/OfficeOrderLog/orderDetail', ['method' => 'get|post']],
'houseEdit' => ['api_broker/OfficeRoom/edit', ['method' => 'POST|GET']],//楼盘字典新增和编辑
'houseAdd' => ['api_broker/OfficeRoom/edit', ['method' => 'POST']],//楼盘字典新增和编辑
'delHouseFile' => ['api_broker/OfficeRoom/delHouseFile', ['method' => 'POST']],//删除房源图片
......@@ -971,8 +974,8 @@ Route::group('office', [
'getBuildingSearch' => ['api_broker/OfficeRoom/getBuildingSearch', ['method' => 'GET']],//搜索楼盘
'getBuildingDetail' => ['api_broker/OfficeRoom/getBuildingDetail', ['method' => 'GET']],//楼盘详情
'getOfficeBuildingAddress' => ['api_broker/shop/getOfficeBuildingAddress', ['method' => 'GET']],//确认无重盘楼盘字典
'getOfficeBuildingInfo' => [ 'api_broker/OfficeBuilding/getOfficeBuildingInfo', [ 'method' => 'GET|POST' ] ],//办公楼详情
'getOfficeRoomInfo' => [ 'api_broker/OfficeRoom/getOfficeRoomInfo', [ 'method' => 'GET|POST' ] ],//获取房源详情
'getOfficeBuildingInfo' => ['api_broker/OfficeBuilding/getOfficeBuildingInfo', ['method' => 'GET|POST']],//办公楼详情
'getOfficeRoomInfo' => ['api_broker/OfficeRoom/getOfficeRoomInfo', ['method' => 'GET|POST']],//获取房源详情
'filtrateConditionRoom' => ['api/shop/filtrateConditionRoom', ['method' => 'get | post']],
'addCollectHouse' => ['api_broker/OfficeCollectHouse/addCollectHouse', ['method' => 'POST|GET']], //收藏或取消收藏商铺
'getCollectHouseList' => ['api_broker/OfficeCollectHouse/getCollectHouseList', ['method' => 'POST|GET']], //查询收藏数据
......
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