From 13d782d7955c41145963c7d497e8a44e1bd7ffa4 Mon Sep 17 00:00:00 2001 From: sian Date: Fri, 23 Dec 2022 15:29:27 +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/channel/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supply/channel/order.go b/supply/channel/order.go index e07a39d..7efae3d 100644 --- a/supply/channel/order.go +++ b/supply/channel/order.go @@ -270,7 +270,7 @@ type OrderReceiver struct { } // Detail @Title 订单详情 -func (o *order) Detail(ctx context.Context, channelId string, orderSn string) (reply OrderItem, err error) { +func (o *order) Detail(ctx context.Context, channelId string, orderSn string) (reply ReplyOrderDetail, err error) { xClient, err := client.GetClient(o) if err != nil { return