diff --git a/order.go b/order.go index f1b6e5f..78d6af4 100644 --- a/order.go +++ b/order.go @@ -22,8 +22,8 @@ type OrderPay struct { } type OrderSent struct { - ID uint `json:"id"` // 订单ID - ProductID uint `json:"product_id"` // 商品ID + ID uint `json:"id"` // 订单ID + OrderProductsID uint `json:"order_products_id"` // 订单商品ID } type OrderCloseRefund struct {