From 710633181b047b554fce2b73a31009cee87d307d Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 10 Oct 2022 10:30:04 +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 --- supplier/orderCancelApply.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supplier/orderCancelApply.go b/supplier/orderCancelApply.go index cd2d09e..c20a4b1 100644 --- a/supplier/orderCancelApply.go +++ b/supplier/orderCancelApply.go @@ -9,6 +9,7 @@ type orderCancelApply struct { } type ArgsOrderCancelApply struct { + ChannelId uint OrderSubSn string Reason string }