Commit dc00f927 authored by 刘小敏's avatar 刘小敏

优化

parent a5200a82
......@@ -124,7 +124,7 @@ class AiTryon extends Common
'goods_subtitle' => $params['goods_subtitle'],
'goods_image' => $goodsImage,
'person_image' => $params['person_image'],
'image_3d' => $params['jewelry_image']?:$goods['image_3d'],
'image_3d' => $params['jewelry_image']?:$config['cdnurl'].$goods['image_3d'],
'ai_task_id' => '',
'ai_type' => 0,
'ai_status' => 0,
......@@ -222,7 +222,7 @@ class AiTryon extends Common
'goods_subtitle' => $params['goods_subtitle'],
'goods_image' => $goodsImage,
'person_image' => $params['person_image'],
'image_3d' => $params['jewelry_image']?:$goods['image_3d'],
'image_3d' => $params['jewelry_image']?:$config['cdnurl'].$goods['image_3d'],
'ai_type' => 1,
'ai_status' => 0,
'ai_task_id' => '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment