From 39ed0c70ba33dd1eaed7c6b00351d75df3c8d09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E5=B0=8F=E5=B2=A9?= Date: Tue, 9 Jan 2024 18:12:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=98=E7=9B=98=E5=8F=B7?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/发货通知/AddDeliveryPlan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wms/发货通知/AddDeliveryPlan.md b/wms/发货通知/AddDeliveryPlan.md index 33cfb83..60401f7 100644 --- a/wms/发货通知/AddDeliveryPlan.md +++ b/wms/发货通知/AddDeliveryPlan.md @@ -57,7 +57,7 @@ __batches__ | htlx | string | 否 | 合同类型 | | deliveryTime | string | 否 | 预计发货时间 | | saleMan | string | 否 | 业务员 | -| Pallets | Array | 否 | 托盘号数组 ["123","1234","123456"] | +| pallets | Array | 否 | 托盘号数组 ["123","1234","123456"] | __请求示例__ @@ -99,7 +99,7 @@ __请求示例__ "htlx":"", "deliveryTime":"2023-01-01 09:00:00", "saleMan":"", - "Pallets":[ + "pallets":[ "123", "12345", "123456"