From 88dd6fbdf53f491792cf578e18307f3c6225fbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E7=BF=A0=E4=B8=BD?= <1339726175@qq.com> Date: Tue, 17 Dec 2024 15:16:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BA=A2=E5=8C=85=E5=9B=9E?= =?UTF-8?q?=E9=80=80=E7=BB=93=E6=9E=84=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rabbitmq_order.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rabbitmq_order.go b/rabbitmq_order.go index afe1f1d..3df64ec 100644 --- a/rabbitmq_order.go +++ b/rabbitmq_order.go @@ -69,3 +69,8 @@ type OrderUpdateSuccess struct { type ThirdOrderRefund struct { ID uint `json:"id"` // 订单ID } + +type RedPacketRefund struct { + ID uint `json:"id"` // 订单ID + OrderProductsID uint `json:"order_products_id"` // 订单商品ID +}