From b23d84b6fe4e5aece4fc96d586a76130b48c4c2b Mon Sep 17 00:00:00 2001 From: kanade Date: Thu, 22 Sep 2022 15:32:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A1=AE=E8=AE=A4=E6=94=B6?= =?UTF-8?q?=E8=B4=A7=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/interface/order.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/supply/interface/order.go b/supply/interface/order.go index 8c81bdf..bd8a289 100644 --- a/supply/interface/order.go +++ b/supply/interface/order.go @@ -18,6 +18,8 @@ type OrderInterface interface { Cancel(ctx context.Context, orderSn string, reply *int) error // Trajectory @Title 物流轨迹 Trajectory(ctx context.Context, orderSn string, reply *[]ReplyTrajectory) error + // Finish @Title 确认收货 + Finish(ctx context.Context, orderSn string, reply *int) error } type ArgsOrderFreightFee struct { Skus []OrderFreightFeeSkuItem // 商品信息