From 50cfe5cc1c3deb3f08677a85134c75e0f87d9a6d Mon Sep 17 00:00:00 2001 From: ZweiCD <416931358@qq.com> Date: Thu, 13 May 2021 10:31:52 +0800 Subject: [PATCH] =?UTF-8?q?B=E7=AB=AF=E8=AE=A2=E5=8D=95=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/QimenWms.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/QimenWms.php b/src/QimenWms.php index e08e0a2..6e004a2 100644 --- a/src/QimenWms.php +++ b/src/QimenWms.php @@ -332,6 +332,7 @@ class QimenWms extends BaseWms implements WmsInterface 'area' => $params['address_area'], 'detailAddress' => $params['address_detail'], ], + 'remark' => $params['remark'] ?? '', ], 'orderLines' => [], ];