From 6db5f7d504e098c5abef20454f6b5c09b02b17ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BF=8A=E5=AE=8F?= <389838709@qq.com> Date: Tue, 20 Aug 2024 15:28:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E9=80=80=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/third/paymentService/payment_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/third/paymentService/payment_service.go b/app/third/paymentService/payment_service.go index 6cfc456..dced275 100644 --- a/app/third/paymentService/payment_service.go +++ b/app/third/paymentService/payment_service.go @@ -165,7 +165,7 @@ type OrderRefundRequest struct { OrderId int64 `json:"order_id"` // 订单编号 RefundOrderId int64 `json:"refund_order_id"` // 退款订单号 RefundReason string `json:"refund_reason"` // 退款原因 - RefundAmount int64 `json:"refund_amount"` // 退款金额,单位分, 微信需要传入订单总额,而不是用户实际支付金额 + RefundAmount int64 `json:"refund_amount"` // 退款金额,单位分, 微信需要传入订单总额,不是用户实际支付金额 PayChannel int `json:"pay_channel"` // 支付渠道类型 1:wx,2:zfb Wx WxPay `json:"wx"` Ali AliPay `json:"ali"`