添加售后

finance
杨赟 2 years ago
parent 88ca8f9ee9
commit c74396cb05

@ -56,7 +56,7 @@ func (a *afterService) Reason(ctx context.Context, channelId string, args ArgsAf
} }
type ArgsAfterServiceApply struct { type ArgsAfterServiceApply struct {
Type string // 售后类型 TypeId string // 售后类型
TypeName string // 售后名称 TypeName string // 售后名称
ReasonCode string // 售后原因编码 ReasonCode string // 售后原因编码
ReasonName string // 售后原因描述 ReasonName string // 售后原因描述

@ -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"` // 姓名

Loading…
Cancel
Save