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
72ab35fd
Commit
72ab35fd
authored
Jul 04, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
city
parent
1cbc2451
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
OfficeRoom.php
application/api_broker/controller/OfficeRoom.php
+1
-1
route.php
application/route.php
+0
-1
No files found.
application/api_broker/controller/OfficeRoom.php
View file @
72ab35fd
...
@@ -400,7 +400,7 @@ class OfficeRoom extends Basic
...
@@ -400,7 +400,7 @@ class OfficeRoom extends Basic
$metroStations
=
new
MetroStations
();
$metroStations
=
new
MetroStations
();
$stationsParams
[
"is_del"
]
=
0
;
$stationsParams
[
"is_del"
]
=
0
;
$stationsParams
[
"
province
"
]
=
array
(
"like"
,
trim
(
$city
)
.
"%"
);
$stationsParams
[
"
city
"
]
=
array
(
"like"
,
trim
(
$city
)
.
"%"
);
$stationsField
=
"id,line_name,line_name_simple,name,province,city,latitude,longitude"
;
$stationsField
=
"id,line_name,line_name_simple,name,province,city,latitude,longitude"
;
$stationsArr
=
$metroStations
->
getMetroStations
(
$stationsField
,
$stationsParams
);
$stationsArr
=
$metroStations
->
getMetroStations
(
$stationsField
,
$stationsParams
);
...
...
application/route.php
View file @
72ab35fd
...
@@ -1000,7 +1000,6 @@ Route::group('office', [
...
@@ -1000,7 +1000,6 @@ Route::group('office', [
'getOfficeBuildingAddress'
=>
[
'api_broker/shop/getOfficeBuildingAddress'
,
[
'method'
=>
'GET'
]],
//确认无重盘楼盘字典
'getOfficeBuildingAddress'
=>
[
'api_broker/shop/getOfficeBuildingAddress'
,
[
'method'
=>
'GET'
]],
//确认无重盘楼盘字典
'getOfficeBuildingInfo'
=>
[
'api_broker/OfficeBuilding/getOfficeBuildingInfo'
,
[
'method'
=>
'GET|POST'
]],
//办公楼详情
'getOfficeBuildingInfo'
=>
[
'api_broker/OfficeBuilding/getOfficeBuildingInfo'
,
[
'method'
=>
'GET|POST'
]],
//办公楼详情
'getOfficeRoomInfo'
=>
[
'api_broker/OfficeRoom/getOfficeRoomInfo'
,
[
'method'
=>
'GET|POST'
]],
//获取房源详情
'getOfficeRoomInfo'
=>
[
'api_broker/OfficeRoom/getOfficeRoomInfo'
,
[
'method'
=>
'GET|POST'
]],
//获取房源详情
'filtrateConditionRoom'
=>
[
'api/shop/filtrateConditionRoom'
,
[
'method'
=>
'get | post'
]],
'addCollectHouse'
=>
[
'api_broker/OfficeCollectHouse/addCollectHouse'
,
[
'method'
=>
'POST|GET'
]],
//收藏或取消收藏商铺
'addCollectHouse'
=>
[
'api_broker/OfficeCollectHouse/addCollectHouse'
,
[
'method'
=>
'POST|GET'
]],
//收藏或取消收藏商铺
'getCollectHouseList'
=>
[
'api_broker/OfficeCollectHouse/getCollectHouseList'
,
[
'method'
=>
'POST|GET'
]],
//查询收藏数据
'getCollectHouseList'
=>
[
'api_broker/OfficeCollectHouse/getCollectHouseList'
,
[
'method'
=>
'POST|GET'
]],
//查询收藏数据
'getBuildingRoom'
=>
[
'api_broker/OfficeRoom/getBuildingRoom'
,
[
'method'
=>
'POST|GET'
]],
//楼盘列表
'getBuildingRoom'
=>
[
'api_broker/OfficeRoom/getBuildingRoom'
,
[
'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