订单修改

This commit is contained in:
苏尹岚
2020-07-30 11:43:34 +08:00
parent a738dc4359
commit f1cc8d5d2c
4 changed files with 13 additions and 28 deletions

View File

@@ -25,6 +25,7 @@ type CallBackResult struct {
OrderSource string `json:"orderSource"`
FreightPrice string `json:"freightPrice"`
MsgType string `json:"msgType"`
Pin string `json:"pin"`
ConsigneeInfo *CallBackConsigneeInfo `json:"consigneeInfo"`
ItemInfoList []*CallBackItemInfoList `json:"itemInfoList"`
}