From bd2af34fb8194f15b9c91410cad60db7f8e90e4a Mon Sep 17 00:00:00 2001 From: yuguojian <104118155@qq.com> Date: Fri, 6 Dec 2024 16:44:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=80=80=E6=AC=BE=E7=BB=93=E6=9E=84=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }