Commit 5a9c573c authored by zhangjun's avatar zhangjun

Merge branch 'release_zj_report' into release_preview

parents d18b0a42 df412a2c
......@@ -828,6 +828,10 @@ class Rent extends MY_Controller {
refresh_house($uid, $tbl, $house_id);
}
$this->rent_model->action_log($companycode, $uid, $tbl, $house_id, 7);
// 上报房源
$url = 'https://newrenttest.house365.com/api/tf-app/add-house-detail-report-job?tbl=rent&house_id=' . $house_id;
$this->curl_get($url);
}
//中间件数据提交接口
$this->load->library('statistics');
......@@ -852,6 +856,7 @@ class Rent extends MY_Controller {
}
$this->statistics->sub_operatecount($uid,$companycode,1,$house_id,
'', $tbl, $domain, $parentcode);
//$page_text = "房源发布成功!" . $growthMessage;
$page_text = "房源发布成功!" ;
}
......
......@@ -1297,6 +1297,10 @@ class Sell extends MY_Controller {
refresh_house($uid, $tbl, $house_id);
}
$this->sell_model->action_log($companycode, $uid, $tbl, $house_id, 7);
// 上报房源
$url = 'https://newrenttest.house365.com/api/tf-app/add-house-detail-report-job?house_id=' . $house_id;
$this->curl_get_contents($url);
}
//中间件数据提交接口
$this->load->library('statistics');
......
......@@ -222,6 +222,8 @@ $phone = getPhone(4);
$login_citys = array(
'nj'=>array('url'=>'http://nj.zsb.house365.com/','name'=>'南 京'),
'wh'=>array('url'=>'http://wh.zsb.house365.com/','name'=>'芜 湖'),
'tj' => array('url' => 'http://tj.zsb.house365.com/', 'name' => '天津'),
'chuzhou' => array('url' => 'http://chuzhou.zsb.house365.com/', 'name' => '滁州'),
);
?>
......
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