Authored by yyq

Merge branch 'release/4.5' of git.yoho.cn:fe/YOHOBUYWAP into release/4.5

... ... @@ -204,6 +204,7 @@ class PlusstarData
$result['getArticleByBrand'] = array();
$param = Yohobuy::param();
$param['brand_id'] = $brandInfo['data']['brand_id'];
$param['uid'] = $uid;
$param['udid'] = $udid;
$param['limit'] = 3;
$param['client_type'] = $clientType;
... ...
... ... @@ -4,6 +4,7 @@ use Action\AbstractAction;
use LibModels\Wap\Guang\PlusstarData;
use Plugin\Helpers;
use Plugin\Images;
use Plugin\UdpLog;
/**
* 明星品牌和原创品牌
... ... @@ -119,6 +120,7 @@ class PlusstarController extends AbstractAction
} catch (\Exception $e) {
// do nothing
}
UdpLog::info('==$brandInfo==', $brandInfo);
if (empty($brandInfo['getBrandInfo']['data']['brand_id'])) {
break;
}
... ...