From acaa6064233148691954c17dc5d69c921092946f Mon Sep 17 00:00:00 2001 From: ctexthuang Date: Fri, 23 May 2025 09:51:54 +0800 Subject: [PATCH] feat : sts --- app/Service/Api/Good/OptionalListService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Service/Api/Good/OptionalListService.php b/app/Service/Api/Good/OptionalListService.php index 5a58d17..76f0a09 100644 --- a/app/Service/Api/Good/OptionalListService.php +++ b/app/Service/Api/Good/OptionalListService.php @@ -161,6 +161,7 @@ class OptionalListService extends BaseService if (!empty($favorable)) { foreach ($favorable['sku_list'] as &$v) { $v['origin_spu_id'] = $skuList[$v['origin_sku_id']]['spu_id'] ?? 0; + $v['category_id'] = CategoryCode::SECKILL; } array_unshift($res,[