From e150dbd2eaf7173c23e3a6f7b36700f7f187b031 Mon Sep 17 00:00:00 2001 From: sian Date: Wed, 19 Oct 2022 11:51:46 +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 --- supply/afterService.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supply/afterService.go b/supply/afterService.go index 92edd68..aac108f 100644 --- a/supply/afterService.go +++ b/supply/afterService.go @@ -111,6 +111,7 @@ func (a *afterService) Reject(ctx context.Context, args ArgsAfterServiceReject) type ReplyAfterServiceDetail struct { Id uint `json:"id"` + ChannelId uint `json:"channelId"` AfsSn string `json:"afsSn"` Status uint `json:"status"` Result string `json:"result"`