|
|
@ -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 // 售后原因描述
|
|
|
|