From 82af4074de6a8abd6fcba753aa9af7a2787d6ebd Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 31 Aug 2023 11:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=BC=96=E8=BE=91=20-=20=E6=80=BB=E9=87=8F=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E7=94=B1=E9=BB=98=E8=AE=A4=E7=9A=84=E5=8D=83=E5=85=8B=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=85=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beike/Libraries/Weight.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beike/Libraries/Weight.php b/beike/Libraries/Weight.php index 47d3ec30..fa7eb41e 100644 --- a/beike/Libraries/Weight.php +++ b/beike/Libraries/Weight.php @@ -14,8 +14,8 @@ namespace Beike\Libraries; class Weight { public const WEIGHT_CLASS = [ - 'kg' => 0.001, 'g' => 1, + 'kg' => 0.001, 'oz' => 0.035, 'lb' => 0.0022046, ];