|
|
@ -81,6 +81,7 @@ type ReplyAfsDetail struct {
|
|
|
|
SupplyOrderSubSn string `json:"supplyOrderSubSn"` // 供应链订单号
|
|
|
|
SupplyOrderSubSn string `json:"supplyOrderSubSn"` // 供应链订单号
|
|
|
|
NewSupplyOrderSn string `json:"newSupplyOrderSn"` // 供应链新订单号
|
|
|
|
NewSupplyOrderSn string `json:"newSupplyOrderSn"` // 供应链新订单号
|
|
|
|
Address string `json:"address"` // 售后退货地址
|
|
|
|
Address string `json:"address"` // 售后退货地址
|
|
|
|
|
|
|
|
ReturnAddress []ReturnAddressItem `json:"returnAddress"` // 退货地址列表
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type AfsPackageSend struct {
|
|
|
|
type AfsPackageSend struct {
|
|
|
|