作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into bate

... ... @@ -184,6 +184,7 @@ class VideoTask extends Command
}
$product_image = [];
foreach ($productList as $v){
$v = (array)$v;
$image = [];
if(!empty($v['thumb']) && !empty($v['thumb']['url'])){
$image['image'] = getImageUrl($v['thumb']['url']);
... ...