From 40663ccfbc238db1d82e064eb043bf473db1f087 Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 10 Feb 2023 14:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supplier/afs.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/supplier/afs.go b/supplier/afs.go index df04bec..0a2c308 100644 --- a/supplier/afs.go +++ b/supplier/afs.go @@ -176,9 +176,10 @@ func (a *afs) Refund(ctx context.Context, args ArgsAfsRefund) (err error) { } type ArgsAfsCompensate struct { - AfsSn string `json:"afsSn"` - RefundFee decimal.Decimal `json:"refundFee"` - Notes string `json:"notes"` + ApplyUserId uint `json:"applyUserId"` + AfsSn string `json:"afsSn"` + RefundFee decimal.Decimal `json:"refundFee"` + Notes string `json:"notes"` } // Compensate @Title 订单赔偿