From bf2a135f00eb627ba16e8d4b1d46195ac3ceb647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=99=E5=9B=BD=E5=81=A5?= Date: Sat, 7 Dec 2024 00:00:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=A4=E4=B8=AA=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E7=BB=93=E6=9E=84=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- order.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/order.go b/order.go index 306db31..04cfccc 100644 --- a/order.go +++ b/order.go @@ -51,3 +51,11 @@ type OrderVoucher struct { type OrderFinishedAfter struct { ID uint `json:"id"` // 订单ID } + +type OrderUpdateSuccess struct { + ID uint `json:"id"` // 订单ID +} + +type ThirdOrderRefund struct { + ID uint `json:"id"` // 订单ID +}