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 {