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