Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
8a2d687e
Commit
8a2d687e
authored
May 30, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
cd207cf1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
29 deletions
+35
-29
OfficeOrderLog.php
application/api_broker/controller/OfficeOrderLog.php
+0
-0
OfficeOrderLogService.php
application/api_broker/service/OfficeOrderLogService.php
+0
-0
route.php
application/route.php
+35
-29
No files found.
application/api_broker/controller/OfficeOrderLog.php
0 → 100644
View file @
8a2d687e
This diff is collapsed.
Click to expand it.
application/api_broker/service/OfficeOrderLogService.php
0 → 100644
View file @
8a2d687e
This diff is collapsed.
Click to expand it.
application/route.php
View file @
8a2d687e
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment