Commit d7a1fd52 authored by fangliyan's avatar fangliyan

合并分支 'subscribe2.0' 到 'release'

线上问题跟踪

查看合并请求 !31
parents 5e32b837 b43f2091
...@@ -128,6 +128,11 @@ class Esf_center_api extends MY_Controller { ...@@ -128,6 +128,11 @@ class Esf_center_api extends MY_Controller {
$city = $city?$city:'nj'; $city = $city?$city:'nj';
$tbl=$kind==3?'sell':'rent'; $tbl=$kind==3?'sell':'rent';
$result = $this->user_model->getusercollectid($uid,$rowid,$city); $result = $this->user_model->getusercollectid($uid,$rowid,$city);
if(isset($_GET['fangliyan']) && $_GET['fangliyan'] == 1){
echo '是否已收藏:';
print_r($result);exit;
}
//已关注此房源 //已关注此房源
if($result['id']>0) if($result['id']>0)
{ {
......
...@@ -6359,7 +6359,7 @@ if($searcharr['infotype']==4){ ...@@ -6359,7 +6359,7 @@ if($searcharr['infotype']==4){
} }
} }
$base_id_url = 'http://localnewrent.house365.com/api/tf-app/get-base-id?keyword='.$passport_uid; $base_id_url = 'http://newrent.house365.com/api/tf-app/get-base-id?keyword='.$passport_uid;
$base_id = curl_get_contents($base_id_url); $base_id = curl_get_contents($base_id_url);
$res = $base_id; $res = $base_id;
......
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