|
|
|
@ -176,6 +176,7 @@ func (a *afs) Refund(ctx context.Context, args ArgsAfsRefund) (err error) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ArgsAfsCompensate struct {
|
|
|
|
|
ApplyUserId uint `json:"applyUserId"`
|
|
|
|
|
AfsSn string `json:"afsSn"`
|
|
|
|
|
RefundFee decimal.Decimal `json:"refundFee"`
|
|
|
|
|
Notes string `json:"notes"`
|
|
|
|
|