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"` }