提交 0ac78585 authored 作者: zhanglibo's avatar zhanglibo

京东&阿里

上级 3349fbb6
...@@ -244,7 +244,8 @@ type OrderBeforeItem struct { ...@@ -244,7 +244,8 @@ type OrderBeforeItem struct {
CargoList []struct { CargoList []struct {
FinalUnitPrice float64 `json:"finalUnitPrice"` //最终单价 FinalUnitPrice float64 `json:"finalUnitPrice"` //最终单价
SpecId string `json:"specId"` //规格ID,offer内唯一 SpecId string `json:"specId"` //规格ID,offer内唯一
OfferId string `json:"offerId"` //规格ID,offer内唯一 OfferId string `json:"offerId"` //商品ID
SkuId int64 `json:"skuId"` //规格ID
} `json:"cargoList"` //规格信息 } `json:"cargoList"` //规格信息
} }
......
...@@ -117,6 +117,14 @@ type RefundDetailRes struct { ...@@ -117,6 +117,14 @@ type RefundDetailRes struct {
ServiceFinanceDetailInfoDTO ServiceFinanceDetailInfoDTO
RefundPrice float64 `json:"refundPrice"` //退款金额 RefundPrice float64 `json:"refundPrice"` //退款金额
} `json:"serviceFinanceDetailInfoDTOs"` //退款明细 } `json:"serviceFinanceDetailInfoDTOs"` //退款明细
ServiceTrackInfoDTOs []struct {
AfsServiceId int `json:"afsServiceId"`
Title string `json:"title"`
Context string `json:"context"`
CreateDate string `json:"createDate"`
CreateName string `json:"createName"`
CreatePin string `json:"createPin"`
} `json:"serviceTrackInfoDTOs"`
ServiceDetailInfoDTOs []struct { ServiceDetailInfoDTOs []struct {
WareId int64 `json:"wareId"` WareId int64 `json:"wareId"`
WareName string `json:"wareName"` WareName string `json:"wareName"`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论