From 79ccb1a5b104d8d2d717410a9d746c764aba8a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Fri, 28 Oct 2022 10:38:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#10000=20=E5=88=A0=E9=99=A4=E5=88=92?= =?UTF-8?q?=E7=BA=BF=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/Business/KuaiTuanTuan/Groups.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Services/Business/KuaiTuanTuan/Groups.php b/app/Services/Business/KuaiTuanTuan/Groups.php index cdb17d1..eeadff0 100644 --- a/app/Services/Business/KuaiTuanTuan/Groups.php +++ b/app/Services/Business/KuaiTuanTuan/Groups.php @@ -45,7 +45,6 @@ class Groups 'goods_desc' => $item['goods_name'], 'goods_name' => $item['goods_name'], 'limit_buy' => $item['limit_buy'], - 'market_price' => $priceInFen ?: 10000, 'sku_list' => [[ 'external_sku_id' => $item['external_sku_id'], 'price_in_fen' => $priceInFen ?: 10000,