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
3733c1bf
Commit
3733c1bf
authored
Oct 17, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文件统一
parent
147c751f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
Agent.php
application/index/controller/Agent.php
+0
-0
Broker.php
application/index/controller/Broker.php
+0
-0
route.php
application/route.php
+9
-9
No files found.
application/index/controller/Agent.php
deleted
100644 → 0
View file @
147c751f
This diff is collapsed.
Click to expand it.
application/index/controller/Broker.php
View file @
3733c1bf
This diff is collapsed.
Click to expand it.
application/route.php
View file @
3733c1bf
...
...
@@ -143,14 +143,14 @@ Route::group('index', [
'updateRoleStatus'
=>
[
'index/auth/updateRoleStatus'
,
[
'method'
=>
'post'
]
],
//--规则编辑【接口】
'agent'
=>
[
'index/
agent
/agent'
,
[
'method'
=>
'get'
]
],
//首页列表界面
'saveAgentIndex'
=>
[
'index/
agent
/saveAgentIndex'
,
[
'method'
=>
'get'
]
],
//编辑列表列表界面
'AgentList'
=>
[
'index/
agent
/AgentList'
,
[
'method'
=>
'get'
]
],
//首页列表【接口】
'saveAgent'
=>
[
'index/
agent
/saveAgent'
,
[
'method'
=>
'get|post'
]
],
//修改经纪人【接口】
'updateStatus'
=>
[
'index/
agent
/updateStatus'
,
[
'method'
=>
'post'
]
],
//状态修改【接口】
'updateRole'
=>
[
'index/
agent
/updateRole'
,
[
'method'
=>
'post'
]
],
//经纪人角色修改【接口】
'deviceList'
=>
[
'index/
agent
/deviceList'
,
[
'method'
=>
'post|get'
]
],
//经纪人设备id绑定列表
'updateDevice'
=>
[
'index/
agent
/updateDevice'
,
[
'method'
=>
'post|get'
]
],
//解绑或绑定经纪人设备id
'agent'
=>
[
'index/
broker
/agent'
,
[
'method'
=>
'get'
]
],
//首页列表界面
'saveAgentIndex'
=>
[
'index/
broker
/saveAgentIndex'
,
[
'method'
=>
'get'
]
],
//编辑列表列表界面
'AgentList'
=>
[
'index/
broker
/AgentList'
,
[
'method'
=>
'get'
]
],
//首页列表【接口】
'saveAgent'
=>
[
'index/
broker
/saveAgent'
,
[
'method'
=>
'get|post'
]
],
//修改经纪人【接口】
'updateStatus'
=>
[
'index/
broker
/updateStatus'
,
[
'method'
=>
'post'
]
],
//状态修改【接口】
'updateRole'
=>
[
'index/
broker
/updateRole'
,
[
'method'
=>
'post'
]
],
//经纪人角色修改【接口】
'deviceList'
=>
[
'index/
broker
/deviceList'
,
[
'method'
=>
'post|get'
]
],
//经纪人设备id绑定列表
'updateDevice'
=>
[
'index/
broker
/updateDevice'
,
[
'method'
=>
'post|get'
]
],
//解绑或绑定经纪人设备id
//客户标签
'getULabelsList'
=>
[
'index/label/getULabelsList'
,
[
'method'
=>
'get'
]
],
//客户标签列表接口/界面
...
...
@@ -285,7 +285,7 @@ Route::group('index', [
'delNews'
=>
[
'index/news/delNews'
,
[
'method'
=>
'POST'
]
],
//删除商学院文章
'new_text'
=>
[
'index/news/newText'
,
[
'method'
=>
'GET'
]
],
'delNewsFile'
=>
[
'index/news/delNewsFile'
,
[
'method'
=>
'POST'
]
],
//删除商学院附件
'agentEvaluateNumAndFraction'
=>
[
'index/
agent
/agentEvaluateNumAndFraction'
,
[
'method'
=>
'POST|GET'
]
],
//经纪人列表计算-评价次数和分数 朱伟 2018-07-03
'agentEvaluateNumAndFraction'
=>
[
'index/
broker
/agentEvaluateNumAndFraction'
,
[
'method'
=>
'POST|GET'
]
],
//经纪人列表计算-评价次数和分数 朱伟 2018-07-03
'uploadImg'
=>
[
'index/UploadImg/uploadImg'
,
[
'method'
=>
'POST'
]
],
//全局图片上传
'followUpList'
=>
[
'index/HouseFollowUp/followUpList'
,
[
'method'
=>
'GET'
]
],
//商铺跟进liu
'inspectionRecordList'
=>
[
'index/InspectionRecord/inspectionRecordList'
,
[
'method'
=>
'GET'
]
],
//约带看记录liu
...
...
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