Commit 69621fe5 authored by zhangjun's avatar zhangjun

修改

parent 91893e5c
......@@ -829,7 +829,7 @@ class Rent extends MY_Controller {
}
$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;
$this->curl_get($url);
}
......
......@@ -1298,7 +1298,7 @@ class Sell extends MY_Controller {
}
$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;
$this->curl_get_contents($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