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 下单