From 426111a7f7a6e7eb2932a3b80596993035e89419 Mon Sep 17 00:00:00 2001 From: sian Date: Wed, 19 Oct 2022 13:55:22 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/supply/afterService.go b/supply/afterService.go index 433e745..1644f56 100644 --- a/supply/afterService.go +++ b/supply/afterService.go @@ -111,7 +111,6 @@ 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"` @@ -149,7 +148,7 @@ type ReplyAfterServiceLogisticsAddress struct { Address string `json:"address"` // 地址 } -// LogisticsAddress @Title 售后详情 +// LogisticsAddress @Title 寄回地址 func (a *afterService) LogisticsAddress(ctx context.Context, afsSn string) (reply ReplyAfterServiceLogisticsAddress, err error) { xClient, err := client.GetClient(a) if err != nil {