Commit 9fa022c7 authored by zhangjun's avatar zhangjun

Merge branch 'release_zj_report' into release_preview

parents fbe759b3 4a44af0a
...@@ -830,7 +830,7 @@ class Rent extends MY_Controller { ...@@ -830,7 +830,7 @@ class Rent extends MY_Controller {
$this->rent_model->action_log($companycode, $uid, $tbl, $house_id, 7); $this->rent_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 .'&tbl=rent&house_id=' . $house_id; $url = 'http://newrenttest.house365.com/api/tf-app/add-house-detail-report-job?city='. GB_CITY .'&tbl=rent&house_id=' . $house_id;
$this->curl_get($url); $this->curl_get($url);
} }
//中间件数据提交接口 //中间件数据提交接口
......
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