a
This commit is contained in:
@@ -31,6 +31,7 @@ type CallBackResult struct {
|
|||||||
SellerDiscount string `json:"sellerDiscount"`
|
SellerDiscount string `json:"sellerDiscount"`
|
||||||
ConsigneeInfo *CallBackConsigneeInfo `json:"consigneeInfo"`
|
ConsigneeInfo *CallBackConsigneeInfo `json:"consigneeInfo"`
|
||||||
ItemInfoList []*CallBackItemInfoList `json:"itemInfoList"`
|
ItemInfoList []*CallBackItemInfoList `json:"itemInfoList"`
|
||||||
|
VendorOrgCode string `json:"vendorOrgCode"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type CallBackConsigneeInfo struct {
|
type CallBackConsigneeInfo struct {
|
||||||
@@ -76,5 +77,6 @@ func (a *API) GetCallbackMsg(request *http.Request) (call *CallBackResult, err e
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
call.MsgType = mapData["msgType"].(string)
|
call.MsgType = mapData["msgType"].(string)
|
||||||
|
call.VendorOrgCode = mapData["vendorOrgCode"].(string)
|
||||||
return call, err
|
return call, err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user