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
cd4bf09a
Commit
cd4bf09a
authored
Nov 12, 2018
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释
parent
a7244d23
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
route.php
application/route.php
+8
-8
No files found.
application/route.php
View file @
cd4bf09a
...
@@ -640,9 +640,9 @@ Route::group('broker', [
...
@@ -640,9 +640,9 @@ Route::group('broker', [
'getLastOrNextUserID'
=>
[
'api_broker/User/getLastOrNextUserID'
,
[
'method'
=>
'get|post'
]],
//
'getLastOrNextUserID'
=>
[
'api_broker/User/getLastOrNextUserID'
,
[
'method'
=>
'get|post'
]],
//
'getLastOrNextUserIDPhoneFollowPu'
=>
[
'api_broker/User/getLastOrNextUserIDPhoneFollowPu'
,
[
'method'
=>
'get|post'
]],
//
'getLastOrNextUserIDPhoneFollowPu'
=>
[
'api_broker/User/getLastOrNextUserIDPhoneFollowPu'
,
[
'method'
=>
'get|post'
]],
//
'superviseListNew'
=>
[
'api_broker/Supervise/superviseList'
,
[
'method'
=>
'POST|GET'
]],
//监督执行列表
朱伟 2018-06-15
'superviseListNew'
=>
[
'api_broker/Supervise/superviseList'
,
[
'method'
=>
'POST|GET'
]],
//监督执行列表
'addSupervise'
=>
[
'api_broker/Supervise/addSupervise'
,
[
'method'
=>
'POST|GET'
]],
//新增-监督执行
朱伟 2018-06-20
'addSupervise'
=>
[
'api_broker/Supervise/addSupervise'
,
[
'method'
=>
'POST|GET'
]],
//新增-监督执行
'superviseUploadImg'
=>
[
'api_broker/Supervise/superviseUploadImg'
,
[
'method'
=>
'POST|GET'
]],
//监督执行-上传图片
朱伟 2018-06-20
'superviseUploadImg'
=>
[
'api_broker/Supervise/superviseUploadImg'
,
[
'method'
=>
'POST|GET'
]],
//监督执行-上传图片
'uploadImg'
=>
[
'api_broker/UploadImg/uploadImg'
,
[
'method'
=>
'POST|GET'
]],
//图片上传
'uploadImg'
=>
[
'api_broker/UploadImg/uploadImg'
,
[
'method'
=>
'POST|GET'
]],
//图片上传
'business_school'
=>
[
'api_broker/news/index'
,
[
'method'
=>
'GET'
]],
//商学院资讯列表
'business_school'
=>
[
'api_broker/news/index'
,
[
'method'
=>
'GET'
]],
//商学院资讯列表
'getNewsInfo'
=>
[
'api_broker/news/getNewsInfo'
,
[
'method'
=>
'GET'
]],
//商学院资讯详情
'getNewsInfo'
=>
[
'api_broker/news/getNewsInfo'
,
[
'method'
=>
'GET'
]],
//商学院资讯详情
...
@@ -650,10 +650,10 @@ Route::group('broker', [
...
@@ -650,10 +650,10 @@ Route::group('broker', [
'getComment'
=>
[
'api_broker/news/getComment'
,
[
'method'
=>
'GET'
]],
//商学院评论列表
'getComment'
=>
[
'api_broker/news/getComment'
,
[
'method'
=>
'GET'
]],
//商学院评论列表
'commentNews'
=>
[
'api_broker/news/commentNews'
,
[
'method'
=>
'POST'
]],
//评论商学院文章
'commentNews'
=>
[
'api_broker/news/commentNews'
,
[
'method'
=>
'POST'
]],
//评论商学院文章
'addCollectUser'
=>
[
'api_broker/CollectUser/addCollectUser'
,
[
'method'
=>
'POST|GET'
]],
//收藏或取消收藏客户
朱伟 2018-07-04
'addCollectUser'
=>
[
'api_broker/CollectUser/addCollectUser'
,
[
'method'
=>
'POST|GET'
]],
//收藏或取消收藏客户
'addCollectHouse'
=>
[
'api_broker/CollectHouse/addCollectHouse'
,
[
'method'
=>
'POST|GET'
]],
//收藏或取消收藏商铺
朱伟 2018-07-04
'addCollectHouse'
=>
[
'api_broker/CollectHouse/addCollectHouse'
,
[
'method'
=>
'POST|GET'
]],
//收藏或取消收藏商铺
'getCollectUserList'
=>
[
'api_broker/CollectUser/getCollectUserList'
,
[
'method'
=>
'POST|GET'
]],
//查询收藏数据
朱伟 2018-07-04
'getCollectUserList'
=>
[
'api_broker/CollectUser/getCollectUserList'
,
[
'method'
=>
'POST|GET'
]],
//查询收藏数据
'getCollectHouseList'
=>
[
'api_broker/CollectHouse/getCollectHouseList'
,
[
'method'
=>
'POST|GET'
]],
//查询收藏数据
朱伟 2018-07-04
'getCollectHouseList'
=>
[
'api_broker/CollectHouse/getCollectHouseList'
,
[
'method'
=>
'POST|GET'
]],
//查询收藏数据
'saveSiteCity'
=>
[
'api_broker/Location/saveSiteCity'
,
[
'method'
=>
'POST|GET'
]],
//保存默认城市选择
'saveSiteCity'
=>
[
'api_broker/Location/saveSiteCity'
,
[
'method'
=>
'POST|GET'
]],
//保存默认城市选择
...
@@ -665,7 +665,7 @@ Route::group('broker', [
...
@@ -665,7 +665,7 @@ Route::group('broker', [
//站点相关
//站点相关
'getSiteListApp'
=>
[
'api_broker/Site/getSiteList'
,
[
'method'
=>
'POST|GET'
]],
//获取站点列表
朱伟 2018-10-18
'getSiteListApp'
=>
[
'api_broker/Site/getSiteList'
,
[
'method'
=>
'POST|GET'
]],
//获取站点列表
'getAgentSiteList'
=>
[
'api_broker/Site/getAgentSiteList'
,
[
'method'
=>
'POST|GET'
]
],
//获取经纪人站点列表
'getAgentSiteList'
=>
[
'api_broker/Site/getAgentSiteList'
,
[
'method'
=>
'POST|GET'
]
],
//获取经纪人站点列表
...
...
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