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
4fa3d97f
Commit
4fa3d97f
authored
Dec 22, 2017
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加经纪人路由
parent
ee99b701
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
route.php
application/route.php
+5
-1
No files found.
application/route.php
View file @
4fa3d97f
...
...
@@ -83,6 +83,10 @@ Route::group('index', [
//watchshop 预约看铺
'watch_shop'
=>
[
'index/WatchShop/index'
,[
'method'
=>
'get'
]],
'get_watch'
=>
[
'index/WatchShop/getList'
,[
'method'
=>
'get'
]],
'add_applies'
=>
[
'index/WatchShop/addApplies'
,[
'method'
=>
'post'
]],
//查询经纪人
'getBroker'
=>
[
'index/broker/getBroker'
,[
'method'
=>
'get'
]],
]);
...
...
@@ -93,7 +97,7 @@ Route::group('api', [
//get broker
'getBroker'
=>
[
'api/broker/index'
,
[
'method'
=>
'get'
]
],
//获取当前商铺或街铺的经纪人
'getBroker'
=>
[
'api/broker/index'
,
[
'method'
=>
'get'
]
],
//获取当前商铺或街铺的经纪人
评论信息列表
'commentAndDeal'
=>
[
'api/broker/commentAndDeal'
,
[
'method'
=>
'get'
]
],
//获取当前经纪人的评价和交易列表
'brokerDetail'
=>
[
'api/broker/brokerDetail'
,
[
'method'
=>
'get'
]
],
//经纪人详情
//post broker
...
...
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