|
|
@ -54,15 +54,15 @@ type ReplyAfterServiceReason struct {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type ArgsAfterServiceApply struct {
|
|
|
|
type ArgsAfterServiceApply struct {
|
|
|
|
TypeId string // 售后类型
|
|
|
|
TypeId string // 售后类型
|
|
|
|
TypeName string // 售后名称
|
|
|
|
TypeName string // 售后名称
|
|
|
|
ReasonCode string // 售后原因编码
|
|
|
|
ReasonCode string // 售后原因编码
|
|
|
|
ReasonName string // 售后原因描述
|
|
|
|
ReasonName string // 售后原因描述
|
|
|
|
ChannelAfterServiceSn string // 渠道售后单号
|
|
|
|
AfsSn string // 渠道售后单号
|
|
|
|
OrderSn string // 订单编号
|
|
|
|
OrderSn string // 订单编号
|
|
|
|
SkuId string // skuId
|
|
|
|
SkuId string // skuId
|
|
|
|
Pictures []string // 图片地址数组
|
|
|
|
Pictures []string // 图片地址数组
|
|
|
|
Quantity uint // 售后申请数量
|
|
|
|
Quantity uint // 售后申请数量
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type ReplyAfterServiceLogisticsAddress struct {
|
|
|
|
type ReplyAfterServiceLogisticsAddress struct {
|
|
|
|
Name string `json:"name"` // 姓名
|
|
|
|
Name string `json:"name"` // 姓名
|
|
|
|