|
|
|
@ -62,6 +62,7 @@ type ArgsAfterServiceDeliver struct {
|
|
|
|
|
SourceAfsSn string `json:"sourceAfsSn"`
|
|
|
|
|
SourceSkuId string `json:"sourceSkuId"`
|
|
|
|
|
SourceOrderSn string `json:"sourceOrderSn"`
|
|
|
|
|
ApproveNotes string `json:"approveNotes"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deliver @Title 需要发货
|
|
|
|
@ -98,6 +99,7 @@ type ArgsAfterServiceClose struct {
|
|
|
|
|
SourceSkuId string `json:"sourceSkuId"`
|
|
|
|
|
SourceOrderSn string `json:"sourceOrderSn"`
|
|
|
|
|
Result string `json:"result"`
|
|
|
|
|
ApproveNotes string `json:"approveNotes"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Close @Title 关闭售后单
|
|
|
|
@ -120,6 +122,7 @@ type ArgsAfterServiceRefund struct {
|
|
|
|
|
RefundFee decimal.Decimal `json:"refundFee"`
|
|
|
|
|
RefundOrderFee decimal.Decimal `json:"refundOrderFee"`
|
|
|
|
|
RefundFreightFee decimal.Decimal `json:"refundFreightFee"`
|
|
|
|
|
ApproveNotes string `json:"approveNotes"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Refund @Title 退款
|
|
|
|
@ -140,6 +143,7 @@ type ArgsAfterServiceNewOrder struct {
|
|
|
|
|
SourceOrderSn string `json:"sourceOrderSn"`
|
|
|
|
|
Result string `json:"result"`
|
|
|
|
|
NewSourceOrderSn string `json:"newSourceOrderSn"`
|
|
|
|
|
ApproveNotes string
|
|
|
|
|
Skus []NewOrderSku `json:"skus"`
|
|
|
|
|
}
|
|
|
|
|
type NewOrderSku struct {
|
|
|
|
|