Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
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
esf
fenzhan_zsb
Commits
a584a5f6
Commit
a584a5f6
authored
Dec 14, 2022
by
zhangjun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
9851a563
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
sell.php
new_admincp/applications/zsb/controllers/sell.php
+2
-1
No files found.
new_admincp/applications/zsb/controllers/sell.php
View file @
a584a5f6
...
@@ -1299,7 +1299,8 @@ class Sell extends MY_Controller {
...
@@ -1299,7 +1299,8 @@ class Sell extends MY_Controller {
$this
->
sell_model
->
action_log
(
$companycode
,
$uid
,
$tbl
,
$house_id
,
7
);
$this
->
sell_model
->
action_log
(
$companycode
,
$uid
,
$tbl
,
$house_id
,
7
);
// 上报房源房源详情地址到百度
// 上报房源房源详情地址到百度
$url
=
'https://newrenttest.house365.com/api/tf-app/add-house-detail-report-job?city='
.
GB_CITY
.
'&house_id='
.
$house_id
;
$url
=
'http://newrenttest.house365.com/api/tf-app/add-house-detail-report-job?city='
.
GB_CITY
.
'&house_id='
.
$house_id
;
var_dump
(
$url
);
die
();
$this
->
curl_get_contents
(
$url
);
$this
->
curl_get_contents
(
$url
);
}
}
//中间件数据提交接口
//中间件数据提交接口
...
...
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