From 19b57a0c6057a7b3436156e774e020772b8b7fe0 Mon Sep 17 00:00:00 2001 From: kanade Date: Fri, 14 Jun 2024 16:22:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85?= 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 b3363ec..ea61d52 100644 --- a/supply/order.go +++ b/supply/order.go @@ -281,6 +281,7 @@ type ReplySubmitDataOrderSub struct { OrderFee decimal.Decimal `json:"orderFee"` SupplyOrderFee decimal.Decimal `json:"supplyOrderFee"` SourceName string `json:"sourceName"` + SourceBase string `json:"sourceBase"` SourceOrderName string `json:"sourceOrderName"` } type ReplySubmitDataSku struct {