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