From 4b6858698403915771e1a031ccb188e07b9e2a75 Mon Sep 17 00:00:00 2001 From: sian Date: Wed, 1 Mar 2023 09:17:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/afterService.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 售后详情