diff --git a/app/Service/Api/Evaluation/InfoService.php b/app/Service/Api/Evaluation/InfoService.php index 2339f40..feb656b 100644 --- a/app/Service/Api/Evaluation/InfoService.php +++ b/app/Service/Api/Evaluation/InfoService.php @@ -71,7 +71,7 @@ class InfoService extends BaseService 'price' => $skuInfo->price, 'chef_id' => $skuInfo->chef_id, 'chef_name' => $adminInfo->chinese_name, - 'image_url' => $this->getOssObjectById($skuInfo->image_ids), + 'image_url' => $this->getOssObjectById((int)$skuInfo->image_ids), 'content' => $info->content, 'content_image_list' => array_column($imageList, 'url'), 'score' => $info->score,