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 +}