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