From 2981be593822f3978dca30e46260ab4e9efe19a6 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:11:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E6=AC=A1=E5=A2=9E=E5=8A=A0=E6=89=98?= =?UTF-8?q?=E7=9B=98=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/发货通知/AddDeliveryPlan.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wms/发货通知/AddDeliveryPlan.md b/wms/发货通知/AddDeliveryPlan.md index c4100ff..33cfb83 100644 --- a/wms/发货通知/AddDeliveryPlan.md +++ b/wms/发货通知/AddDeliveryPlan.md @@ -57,6 +57,7 @@ __batches__ | htlx | string | 否 | 合同类型 | | deliveryTime | string | 否 | 预计发货时间 | | saleMan | string | 否 | 业务员 | +| Pallets | Array | 否 | 托盘号数组 ["123","1234","123456"] | __请求示例__ @@ -97,7 +98,12 @@ __请求示例__ "isGift":0, "htlx":"", "deliveryTime":"2023-01-01 09:00:00", - "saleMan":"" + "saleMan":"", + "Pallets":[ + "123", + "12345", + "123456" + ] } ] }