|
...
|
...
|
@@ -401,6 +401,7 @@ class ProductLogic extends BaseLogic |
|
|
|
//处理图片
|
|
|
|
$img_arr = explode(',',$data[7]);
|
|
|
|
foreach ($img_arr as $v_img){
|
|
|
|
if($v_img){
|
|
|
|
$one_img = CosService::uploadRemote($project_id,'image_product',$v_img);
|
|
|
|
if($one_img){
|
|
|
|
$one_gallery = [
|
|
...
|
...
|
@@ -416,6 +417,7 @@ class ProductLogic extends BaseLogic |
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//处理seo
|
...
|
...
|
|