作者 lyh

gx

... ... @@ -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']);
... ...