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"`