作者 lyh

gx视频同步

@@ -66,7 +66,7 @@ class AyrReleaseLogic extends BaseLogic @@ -66,7 +66,7 @@ class AyrReleaseLogic extends BaseLogic
66 $arr[] = getImageUrl($v1); 66 $arr[] = getImageUrl($v1);
67 } 67 }
68 }else{ 68 }else{
69 - $arr[] = getFileUrl($v,$this->user['storage_type'] ?? 0,$this->user['project_location'] ?? 0,$this->user['file_cdn'] ?? 0); 69 + $arr[] = getFileUrl($v,$this->user['storage_type'] ?? 0,$this->user['project_location'] ?? 0,1);
70 } 70 }
71 } 71 }
72 } 72 }
@@ -304,7 +304,7 @@ class ProductLogic extends BaseLogic @@ -304,7 +304,7 @@ class ProductLogic extends BaseLogic
304 $param['attr_id'] = Arr::arrToSet($param['attr_id'] ?? ''); 304 $param['attr_id'] = Arr::arrToSet($param['attr_id'] ?? '');
305 $param['describe'] = Arr::a2s($param['describe'] ?? []); 305 $param['describe'] = Arr::a2s($param['describe'] ?? []);
306 $param['describe_id'] = Arr::arrToSet($param['describe_id'] ?? ''); 306 $param['describe_id'] = Arr::arrToSet($param['describe_id'] ?? '');
307 - $param['seo_mate'] = Arr::a2s($param['seo_mate'] ?? ''); 307 + $param['seo_mate'] = Arr::a2s($param['seo_mate'] ?? []);
308 $param['related_product_id'] = Arr::arrToSet($param['related_product_id'] ?? ''); 308 $param['related_product_id'] = Arr::arrToSet($param['related_product_id'] ?? '');
309 if(isset($param['icon'])){ 309 if(isset($param['icon'])){
310 foreach ($param['icon'] as $k1 => $v1){ 310 foreach ($param['icon'] as $k1 => $v1){