...
|
...
|
@@ -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;
|
|
|
}
|
...
|
...
|
|