From 5207d068c2dc82ac15b521ccec12acf508e81bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 7 Sep 2020 09:28:31 +0800 Subject: [PATCH] scdt --- platformapi/jdshopapi/callback.go | 1 + 1 file changed, 1 insertion(+) diff --git a/platformapi/jdshopapi/callback.go b/platformapi/jdshopapi/callback.go index 21875810..6a744c0c 100644 --- a/platformapi/jdshopapi/callback.go +++ b/platformapi/jdshopapi/callback.go @@ -27,6 +27,7 @@ type CallBackResult struct { MsgType string `json:"msgType"` Pin string `json:"pin"` IDSopShipmenttype string `json:"idSopShipmenttype"` + ScDT string `json:"scDT"` ConsigneeInfo *CallBackConsigneeInfo `json:"consigneeInfo"` ItemInfoList []*CallBackItemInfoList `json:"itemInfoList"` }