作者 lyh

gx

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