Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
215fb01f2f5717a1c7695eb760f20f10515eecc7
1 parent
1f31b652
do modify guang plusstar api call
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/LibModels/Wap/Guang/PlusstarData.php
library/LibModels/Wap/Guang/PlusstarData.php
View file @
215fb01
...
...
@@ -138,7 +138,7 @@ class PlusstarData
if
(
!
empty
(
$cached
))
{
// 判断用户是否已收藏
if
(
$isUidOk
)
{
$getUidBrandFav
=
Yohobuy
::
yarClient
(
Yohobuy
::
SERVICE_URL
.
self
::
URI_BRANDINFO_FAVORITE
,
'getUidBrandFav'
,
array
(
$uid
,
$cached
[
'getBrandInfo'
][
'brand_id'
]),
false
,
1000
);
$getUidBrandFav
=
Yohobuy
::
yarClient
(
Yohobuy
::
SERVICE_URL
.
self
::
URI_BRANDINFO_FAVORITE
,
'getUidBrandFav'
,
array
(
$uid
,
$cached
[
'getBrandInfo'
][
'
data'
][
'
brand_id'
]),
false
,
1000
);
if
(
isset
(
$getUidBrandFav
[
'code'
])
&&
$getUidBrandFav
[
'code'
]
==
200
)
{
$cached
[
'getUidBrandFav'
]
=
true
;
}
...
...
Please
register
or
login
to post a comment