Commit 97a7b86c authored by esf's avatar esf

合并分支 'zj_edit' 到 'master'

修改

查看合并请求 !10
parents c96e2d19 060528d5
...@@ -828,10 +828,6 @@ class Rent extends MY_Controller { ...@@ -828,10 +828,6 @@ class Rent extends MY_Controller {
refresh_house($uid, $tbl, $house_id); refresh_house($uid, $tbl, $house_id);
} }
$this->rent_model->action_log($companycode, $uid, $tbl, $house_id, 7); $this->rent_model->action_log($companycode, $uid, $tbl, $house_id, 7);
// 上报房源房源详情地址到百度
$url = 'http://newrent.house365.com/api/tf-app/add-house-detail-report-job?city='. GB_CITY .'&tbl=rent&house_id=' . $house_id;
$this->curl_get($url);
} }
//中间件数据提交接口 //中间件数据提交接口
$this->load->library('statistics'); $this->load->library('statistics');
......
...@@ -1297,10 +1297,6 @@ class Sell extends MY_Controller { ...@@ -1297,10 +1297,6 @@ class Sell extends MY_Controller {
refresh_house($uid, $tbl, $house_id); refresh_house($uid, $tbl, $house_id);
} }
$this->sell_model->action_log($companycode, $uid, $tbl, $house_id, 7); $this->sell_model->action_log($companycode, $uid, $tbl, $house_id, 7);
// 上报房源房源详情地址到百度
$url = 'http://newrent.house365.com/api/tf-app/add-house-detail-report-job?city='. GB_CITY .'&house_id=' . $house_id;
$this->curl_get_contents($url);
} }
//中间件数据提交接口 //中间件数据提交接口
$this->load->library('statistics'); $this->load->library('statistics');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment