This commit is contained in:
苏尹岚
2020-09-07 09:28:31 +08:00
parent aa0489d434
commit 5207d068c2

View File

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