diff --git a/supply/channel/afterService.go b/supply/channel/afterService.go index 68c28af..9f13678 100644 --- a/supply/channel/afterService.go +++ b/supply/channel/afterService.go @@ -56,7 +56,7 @@ func (a *afterService) Reason(ctx context.Context, channelId string, args ArgsAf } type ArgsAfterServiceApply struct { - Type string // 售后类型 + TypeId string // 售后类型 TypeName string // 售后名称 ReasonCode string // 售后原因编码 ReasonName string // 售后原因描述 diff --git a/supply/interface/afterService.go b/supply/interface/afterService.go index aa83812..e25605e 100644 --- a/supply/interface/afterService.go +++ b/supply/interface/afterService.go @@ -54,15 +54,15 @@ type ReplyAfterServiceReason struct { } type ArgsAfterServiceApply struct { - TypeId string // 售后类型 - TypeName string // 售后名称 - ReasonCode string // 售后原因编码 - ReasonName string // 售后原因描述 - ChannelAfterServiceSn string // 渠道售后单号 - OrderSn string // 订单编号 - SkuId string // skuId - Pictures []string // 图片地址数组 - Quantity uint // 售后申请数量 + TypeId string // 售后类型 + TypeName string // 售后名称 + ReasonCode string // 售后原因编码 + ReasonName string // 售后原因描述 + AfsSn string // 渠道售后单号 + OrderSn string // 订单编号 + SkuId string // skuId + Pictures []string // 图片地址数组 + Quantity uint // 售后申请数量 } type ReplyAfterServiceLogisticsAddress struct { Name string `json:"name"` // 姓名