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"`