Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
U
User
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangjun
User
Commits
d7a1fd52
Commit
d7a1fd52
authored
Jun 28, 2024
by
fangliyan
Browse files
Options
Browse Files
Download
Plain Diff
合并分支 'subscribe2.0' 到 'release'
线上问题跟踪 查看合并请求
!31
parents
5e32b837
b43f2091
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
esf_center_api.php
center/controllers/esf_center_api.php
+5
-0
user_model.php
esf_core/models/user_model.php
+1
-1
No files found.
center/controllers/esf_center_api.php
View file @
d7a1fd52
...
...
@@ -128,6 +128,11 @@ class Esf_center_api extends MY_Controller {
$city
=
$city
?
$city
:
'nj'
;
$tbl
=
$kind
==
3
?
'sell'
:
'rent'
;
$result
=
$this
->
user_model
->
getusercollectid
(
$uid
,
$rowid
,
$city
);
if
(
isset
(
$_GET
[
'fangliyan'
])
&&
$_GET
[
'fangliyan'
]
==
1
){
echo
'是否已收藏:'
;
print_r
(
$result
);
exit
;
}
//已关注此房源
if
(
$result
[
'id'
]
>
0
)
{
...
...
esf_core/models/user_model.php
View file @
d7a1fd52
...
...
@@ -6359,7 +6359,7 @@ if($searcharr['infotype']==4){
}
}
$base_id_url
=
'http://
local
newrent.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
);
$res
=
$base_id
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment