作者 郭宇鹏
1 个管道 的构建 通过 耗费 0 秒

'1-6'

... ... @@ -98,6 +98,7 @@ class Production extends BaseApi
['width','宽度'],
['height','高度'],
]);
dd($data);
//3.获取图片数据
$files = str_replace('"','"',$data['images']);
$images = implode(',',json_decode($files,true));
... ...