feat : sts

This commit is contained in:
2025-04-15 09:21:12 +08:00
parent e996536bf5
commit f3589ed994

View File

@@ -82,7 +82,7 @@ class EvaluationService extends BaseService
$insertModel->sku_id = $orderGoodInfo->sku_id; $insertModel->sku_id = $orderGoodInfo->sku_id;
$insertModel->chef_id = $skuInfo->chef_id; $insertModel->chef_id = $skuInfo->chef_id;
$insertModel->score = $this->request->input('score'); $insertModel->score = $this->request->input('score');
if (!$this->request->input('image_ids')) { if ($this->request->input('image_ids')) {
$imageIds = explode(',',$this->request->input('image_ids')); $imageIds = explode(',',$this->request->input('image_ids'));
if (count($imageIds) > 9) throw new ErrException('超出可以传图片最大值'); if (count($imageIds) > 9) throw new ErrException('超出可以传图片最大值');
$this->updateOssObjects($imageIds); $this->updateOssObjects($imageIds);