diff --git a/supply/afterService.go b/supply/afterService.go index cb86f78..ba58537 100644 --- a/supply/afterService.go +++ b/supply/afterService.go @@ -232,13 +232,13 @@ type ReplyAfterServiceDetail struct { ChannelId uint `json:"channelId"` // 客户id } type AfsPackageSend struct { - Name string `json:"name"` // - Mobile string `json:"mobile"` + Name string `json:"name"` // 售后收件人 + Mobile string `json:"mobile"` /// 售后手机号 ZipCode string `json:"zipCode"` - Address string `json:"address"` - LogisticsCompany string `json:"logisticsCompany"` - WaybillCode string `json:"waybillCode"` - SendGoodsDate int64 `json:"sendGoodsDate"` + Address string `json:"address"` // 售后地址 + LogisticsCompany string `json:"logisticsCompany"` // 快递公司 + WaybillCode string `json:"waybillCode"` // 运单号 + SendGoodsDate int64 `json:"sendGoodsDate"` // 发货时间 } // Detail @Title 售后详情