From c767a7e6c71ac2cfc15aad0b6874d372e9cb105c Mon Sep 17 00:00:00 2001 From: sian Date: Sun, 9 Oct 2022 14:16:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/channel/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supply/channel/order.go b/supply/channel/order.go index 9fb432f..98aa411 100644 --- a/supply/channel/order.go +++ b/supply/channel/order.go @@ -149,7 +149,7 @@ type ArgsOrderLists struct { type OrderItem struct { OrderId uint `json:"orderId"` - OrderSn uint64 `json:"orderSn"` + OrderSn string `json:"orderSn"` ReceiverName string `json:"receiverName"` ReceiverMobile string `json:"receiverMobile"` Address string `json:"address"`