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 }