From b2c7d3260002efcb33f59173f6c37b5671f5f255 Mon Sep 17 00:00:00 2001 From: kanade Date: Wed, 30 Nov 2022 10:07:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=94=E5=9B=9E=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/channel/order.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supply/channel/order.go b/supply/channel/order.go index d72aba6..976e974 100644 --- a/supply/channel/order.go +++ b/supply/channel/order.go @@ -93,8 +93,8 @@ type Receiver struct { } type ReplyOrderSubmit struct { - OrderSn string - ChannelOrderSn string + OrderSn string `json:"orderSn"` + ChannelOrderSn string `json:"channelOrderSn"` } // Submit @Title 下单