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
44d2c904
Commit
44d2c904
authored
Jun 06, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
97b3c245
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
8 deletions
+11
-8
curl_cookie.txt
application/chat/utils/curl_cookie.txt
+3
-3
route.php
application/route.php
+8
-5
No files found.
application/chat/utils/curl_cookie.txt
View file @
44d2c904
...
...
@@ -2,6 +2,6 @@
# https://curl.haxx.se/docs/http-cookies.html
# This file was generated by libcurl! Edit at your own risk.
.haozu.com TRUE / FALSE 1559
618444
hzucsso deleted
.haozu.com TRUE / FALSE 1559
640044
haozu_user %7B%22index%22%3A3%2C%22name%22%3A%22haozu%22%2C%22value%22%3A%22haozu%22%2C%22opt_scope%22%3A2%7D
.haozu.com TRUE / FALSE 1559
791244
citydomain sh
.haozu.com TRUE / FALSE 1559
723045
hzucsso deleted
.haozu.com TRUE / FALSE 1559
744645
haozu_user %7B%22index%22%3A3%2C%22name%22%3A%22haozu%22%2C%22value%22%3A%22haozu%22%2C%22opt_scope%22%3A2%7D
.haozu.com TRUE / FALSE 1559
895845
citydomain sh
application/route.php
View file @
44d2c904
...
...
@@ -421,9 +421,9 @@ Route::group('index', [
'delPerformanceReport'
=>
[
'index/PerformanceReport/delPerformanceReport'
,
[
'method'
=>
'get | post'
]],
//删除
//批量处理控制器
'getCityLatAadLng'
=>
[
'index/BatchProcessing/getCityLatAadLng'
,
[
'method'
=>
'get | post'
]
],
//批量设置商圈的经纬度
'getMetroStationsLatAadLng'
=>
[
'index/BatchProcessing/getMetroStationsLatAadLng'
,
[
'method'
=>
'get | post'
]
],
//
'updatePhoneFollowUpIsShow'
=>
[
'index/BatchProcessing/updatePhoneFollowUpIsShow'
,
[
'method'
=>
'get | post'
]
],
//批量设置商圈的经纬度
'getCityLatAadLng'
=>
[
'index/BatchProcessing/getCityLatAadLng'
,
[
'method'
=>
'get | post'
]
],
//批量设置商圈的经纬度
'getMetroStationsLatAadLng'
=>
[
'index/BatchProcessing/getMetroStationsLatAadLng'
,
[
'method'
=>
'get | post'
]
],
//
'updatePhoneFollowUpIsShow'
=>
[
'index/BatchProcessing/updatePhoneFollowUpIsShow'
,
[
'method'
=>
'get | post'
]
],
//批量设置商圈的经纬度
//站点相关
...
...
@@ -964,6 +964,9 @@ Route::group('office', [
'getCommission'
=>
[
'api_broker/OfficeOrderLog/getCommission'
,
[
'method'
=>
'GET|POST'
]],
'isShowAdjustment'
=>
[
'api_broker/OfficeOrderLog/isShowAdjustment'
,
[
'method'
=>
'GET|POST'
]],
'addBargain'
=>
[
'api_broker/OfficeOrderLog/addBargain'
,
[
'method'
=>
'post'
]],
//新增成交报告佣金(分佣提成)
'orderDetail'
=>
[
'api_broker/OfficeOrderLog/orderDetail'
,
[
'method'
=>
'get|post'
]],
'houseEdit'
=>
[
'api_broker/OfficeRoom/edit'
,
[
'method'
=>
'POST|GET'
]],
//楼盘字典新增和编辑
'houseAdd'
=>
[
'api_broker/OfficeRoom/edit'
,
[
'method'
=>
'POST'
]],
//楼盘字典新增和编辑
'delHouseFile'
=>
[
'api_broker/OfficeRoom/delHouseFile'
,
[
'method'
=>
'POST'
]],
//删除房源图片
...
...
@@ -971,8 +974,8 @@ Route::group('office', [
'getBuildingSearch'
=>
[
'api_broker/OfficeRoom/getBuildingSearch'
,
[
'method'
=>
'GET'
]],
//搜索楼盘
'getBuildingDetail'
=>
[
'api_broker/OfficeRoom/getBuildingDetail'
,
[
'method'
=>
'GET'
]],
//楼盘详情
'getOfficeBuildingAddress'
=>
[
'api_broker/shop/getOfficeBuildingAddress'
,
[
'method'
=>
'GET'
]],
//确认无重盘楼盘字典
'getOfficeBuildingInfo'
=>
[
'api_broker/OfficeBuilding/getOfficeBuildingInfo'
,
[
'method'
=>
'GET|POST'
]
],
//办公楼详情
'getOfficeRoomInfo'
=>
[
'api_broker/OfficeRoom/getOfficeRoomInfo'
,
[
'method'
=>
'GET|POST'
]
],
//获取房源详情
'getOfficeBuildingInfo'
=>
[
'api_broker/OfficeBuilding/getOfficeBuildingInfo'
,
[
'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'
]],
//收藏或取消收藏商铺
'getCollectHouseList'
=>
[
'api_broker/OfficeCollectHouse/getCollectHouseList'
,
[
'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