From 217ed0c2400068d70e504b16d454e26845dbbd4d Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Mon, 14 Apr 2025 17:32:00 +0800 Subject: [PATCH] feat : sts --- app/Service/Api/Evaluation/InfoService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,