Commit 8a2d687e authored by clone's avatar clone

1

parent cd207cf1
This diff is collapsed.
This diff is collapsed.
...@@ -121,35 +121,35 @@ Route::group('index', [ ...@@ -121,35 +121,35 @@ Route::group('index', [
'agentPositionList' => ['index/broker/agentPositionList', ['method' => 'GET']], //经纪人职称列表 'agentPositionList' => ['index/broker/agentPositionList', ['method' => 'GET']], //经纪人职称列表
'getPerformanceRecordList' => ['index/broker/getPerformanceRecordList', ['method' => 'GET']], //业绩调整记录 'getPerformanceRecordList' => ['index/broker/getPerformanceRecordList', ['method' => 'GET']], //业绩调整记录
'modifyAgentPassword' => ['index/broker/modifyAgentPassword', ['method' => 'GET']], //业绩调整记录 'modifyAgentPassword' => ['index/broker/modifyAgentPassword', ['method' => 'GET']], //业绩调整记录
'batchChangDish' => ['index/houses/batchChangDish', ['method' => 'post']],//批量修改盘方 'batchChangDish' => ['index/houses/batchChangDish', ['method' => 'post']],//批量修改盘方
'transformLandlord' => ['index/houses/transformLandlord', ['method' => 'post']],//转换房东手机号 'transformLandlord' => ['index/houses/transformLandlord', ['method' => 'post']],//转换房东手机号
'lockHouse' => ['index/houses/lockHouse', ['method' => 'post']],//锁盘 'lockHouse' => ['index/houses/lockHouse', ['method' => 'post']],//锁盘
'getEditLog' => ['index/houses/getEditLog', ['method' => 'get']],//商铺修改日志 'getEditLog' => ['index/houses/getEditLog', ['method' => 'get']],//商铺修改日志
'isShow' => ['index/houses/isShow', ['method' => 'POST']],//是否对C端显示 'isShow' => ['index/houses/isShow', ['method' => 'POST']],//是否对C端显示
'vipHouse' => ['index/houses/vipHouse', ['method' => 'POST']],//vip盘 'vipHouse' => ['index/houses/vipHouse', ['method' => 'POST']],//vip盘
'videoCheckList' => ['index/VideoCheck/videoCheckList', ['method' => 'GET']],//视频审核列表 'videoCheckList' => ['index/VideoCheck/videoCheckList', ['method' => 'GET']],//视频审核列表
'checkVideo' => ['index/VideoCheck/checkVideo', ['method' => 'POST']],//视频审核 'checkVideo' => ['index/VideoCheck/checkVideo', ['method' => 'POST']],//视频审核
'delVideo' => ['index/VideoCheck/checkVideo', ['method' => 'POST']],//视频删除 'delVideo' => ['index/VideoCheck/checkVideo', ['method' => 'POST']],//视频删除
//版本管理 //版本管理
'version' => ['index/version/index', ['method' => 'get']], 'version' => ['index/version/index', ['method' => 'get']],
'getVersionNo' => ['index/version/getVersionNo', ['method' => 'post']], 'getVersionNo' => ['index/version/getVersionNo', ['method' => 'post']],
'getVersionList' => ['index/version/getVersionList', ['method' => 'post']], 'getVersionList' => ['index/version/getVersionList', ['method' => 'post']],
'addVersion' => ['index/version/addVersion', ['method' => 'post']], 'addVersion' => ['index/version/addVersion', ['method' => 'post']],
//权限管理 //权限管理
'classList' => ['index/auth/classList', ['method' => 'get']], //分类列表 'classList' => ['index/auth/classList', ['method' => 'get']], //分类列表
'Auth' => ['index/auth/index', ['method' => 'get']], //角色列表界面 'Auth' => ['index/auth/index', ['method' => 'get']], //角色列表界面
'getAuth' => ['index/auth/getAuth', ['method' => 'get']], //角色列表接口 'getAuth' => ['index/auth/getAuth', ['method' => 'get']], //角色列表接口
'getAuth2' => ['index/auth/getAuth2', ['method' => 'get']], //角色列表2无分页接口 'getAuth2' => ['index/auth/getAuth2', ['method' => 'get']], //角色列表2无分页接口
'roleedit' => ['index/auth/roleEdit', ['method' => 'get']], //--编辑角色页面 'roleedit' => ['index/auth/roleEdit', ['method' => 'get']], //--编辑角色页面
'access' => ['index/auth/access', ['method' => 'get']], //--权限分配角色页面 'access' => ['index/auth/access', ['method' => 'get']], //--权限分配角色页面
'updateAccess' => ['index/auth/updateAccess', ['method' => 'post']], //--编辑角色权限【接口】 'updateAccess' => ['index/auth/updateAccess', ['method' => 'post']], //--编辑角色权限【接口】
'addAuth' => ['index/auth/addAuth', ['method' => 'get|post']], //--添加角色【接口】 'addAuth' => ['index/auth/addAuth', ['method' => 'get|post']], //--添加角色【接口】
'accessLook' => ['index/auth/accessLook', ['method' => 'get|post']], //--查看编辑角色权限【接口】 'accessLook' => ['index/auth/accessLook', ['method' => 'get|post']], //--查看编辑角色权限【接口】
'updateGroup' => ['index/auth/updateGroup', ['method' => 'post']], //--设置角色的状态【接口】 'updateGroup' => ['index/auth/updateGroup', ['method' => 'post']], //--设置角色的状态【接口】
'accessUser' => ['index/auth/accessUser', ['method' => 'get']], //成员授权 'accessUser' => ['index/auth/accessUser', ['method' => 'get']], //成员授权
'authRuleIndex' => ['index/auth/authRuleIndex', ['method' => 'get']], //权限列表界面 'authRuleIndex' => ['index/auth/authRuleIndex', ['method' => 'get']], //权限列表界面
...@@ -367,8 +367,8 @@ Route::group('index', [ ...@@ -367,8 +367,8 @@ Route::group('index', [
'officeBuildingList' => ['index/OfficeBuilding/officeBuildingList', ['method' => 'POST|GET']],//办公楼liu 'officeBuildingList' => ['index/OfficeBuilding/officeBuildingList', ['method' => 'POST|GET']],//办公楼liu
'officeEdit' => ['index/OfficeBuilding/officeEdit', ['method' => 'POST|GET']],//办公楼新增编辑liu 'officeEdit' => ['index/OfficeBuilding/officeEdit', ['method' => 'POST|GET']],//办公楼新增编辑liu
'buildingDictionary' => ['index/OfficeBuilding/buildingDictionary', ['method' => 'POST|GET']],//楼盘字典liu 'buildingDictionary' => ['index/OfficeBuilding/buildingDictionary', ['method' => 'POST|GET']],//楼盘字典liu
//‘页面的地址’ =》 index/控制器名称/使用的方法 //‘页面的地址’ =》 index/控制器名称/使用的方法
'inviteStatistics' => ['index/InviteStatistics/inviteStatisticsList', ['method' => 'POST|GET']],//邀请注册liu 'inviteStatistics' => ['index/InviteStatistics/inviteStatisticsList', ['method' => 'POST|GET']],//邀请注册liu
'operationalData' => ['index/OperationalData/operationalDataList', ['method' => 'POST|GET']],//运营数据统计liu 'operationalData' => ['index/OperationalData/operationalDataList', ['method' => 'POST|GET']],//运营数据统计liu
...@@ -477,8 +477,8 @@ Route::group('index', [ ...@@ -477,8 +477,8 @@ Route::group('index', [
'getFindShopList' => ['index/FindShop/getFindShopList', ['method' => 'POST|GET']], 'getFindShopList' => ['index/FindShop/getFindShopList', ['method' => 'POST|GET']],
'getFindShopListIsMy' => ['index/FindShop/getFindShopList', ['method' => 'POST|GET']], 'getFindShopListIsMy' => ['index/FindShop/getFindShopList', ['method' => 'POST|GET']],
'office_add' => ['index/OfficeManage/add', ['method' => 'GET|POST']],//楼盘字典新增 'office_add' => ['index/OfficeManage/add', ['method' => 'GET|POST']],//楼盘字典新增
'office_edit' => ['index/OfficeManage/edit', ['method' => 'GET|POST']],//楼盘字典编辑 'office_edit' => ['index/OfficeManage/edit', ['method' => 'GET|POST']],//楼盘字典编辑
]); ]);
...@@ -924,4 +924,9 @@ Route::group('search', [ ...@@ -924,4 +924,9 @@ Route::group('search', [
'search' => ['search/Search/search', ['method' => 'get|post']], 'search' => ['search/Search/search', ['method' => 'get|post']],
]); ]);
Route::group('office', [
'isBargainEnd' => ['api_broker/OrderLog/isBargainEnd', ['method' => 'get']],
]);
//Route::miss('api/index/miss');//处理错误的url //Route::miss('api/index/miss');//处理错误的url
\ No newline at end of file
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