From 3ba8588b12826189891bc47ba546d4525c92cb1f Mon Sep 17 00:00:00 2001 From: sian Date: Tue, 29 Nov 2022 14:14:09 +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/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supply/order.go b/supply/order.go index 86e60d7..0deaee1 100644 --- a/supply/order.go +++ b/supply/order.go @@ -154,6 +154,7 @@ type OrderInfo struct { OrderSn uint64 `json:"orderSn"` SourceOrderSn uint64 `json:"sourceOrderSn"` SourceId uint `json:"sourceId"` + SourceName string `json:"sourceName"` ReceiverName string `json:"receiverName"` ReceiverMobile string `json:"receiverMobile"` Address string `json:"address"`