diff --git a/order.go b/order.go index 04cfccc..96320c6 100644 --- a/order.go +++ b/order.go @@ -13,7 +13,8 @@ type OrderPay struct { } type OrderSent struct { - ID uint `json:"id"` // 订单ID + ID uint `json:"id"` // 订单ID + ProductID uint `json:"product_id"` // 商品ID } type OrderCloseRefund struct {