From 8d6f2b31f2083c7a70a482c2d9059b4910ac1259 Mon Sep 17 00:00:00 2001 From: yuguojian <104118155@qq.com> Date: Mon, 9 Dec 2024 15:27:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=8F=91=E8=B4=A7=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81id=E4=B8=BA?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=95=86=E5=93=81id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- order.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {