提交 21c43c59 authored 作者: 张立波's avatar 张立波

淘特

上级 35676812
...@@ -80,6 +80,7 @@ type RefundCreateReq struct { ...@@ -80,6 +80,7 @@ type RefundCreateReq struct {
GoodsStatus string `json:"goodsStatus,omitempty"` //"1":未收到货 "2":未已收到货 未发货情况下,千万不要传 GoodsStatus string `json:"goodsStatus,omitempty"` //"1":未收到货 "2":未已收到货 未发货情况下,千万不要传
RefundFee int `json:"refundFee"` //退款金额,单位是分 RefundFee int `json:"refundFee"` //退款金额,单位是分
ApplyRefundTextId string `json:"applyRefundTextId"` //原因ID ApplyRefundTextId string `json:"applyRefundTextId"` //原因ID
LeaveMessageContent string `json:"leaveMessageContent,omitempty"` //退款说明
LeaveMessagePics []RefundPic `json:"leaveMessagePics,omitempty"` LeaveMessagePics []RefundPic `json:"leaveMessagePics,omitempty"`
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论