From 2915389e0ce09cf4c8837422b9734d4837cc7416 Mon Sep 17 00:00:00 2001 From: kanade Date: Wed, 7 Sep 2022 10:35:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supply/order.go b/supply/order.go index 0166ff0..02bca3a 100644 --- a/supply/order.go +++ b/supply/order.go @@ -78,6 +78,6 @@ func (o *order) StockOut(ctx context.Context, args ArgsOrderStockOut) (err error return } reply := 0 - err = xClient.Call(ctx, "Cancel", args, &reply) + err = xClient.Call(ctx, "StockOut", args, &reply) return }