diff --git a/order.go b/order.go index 44f42cd..306db31 100644 --- a/order.go +++ b/order.go @@ -16,7 +16,7 @@ type OrderSent struct { ID uint `json:"id"` // 订单ID } -type CloseRefund struct { +type OrderCloseRefund struct { ID uint `json:"id"` // 订单ID }