提交 bb92fee3 authored 作者: zhanglibo's avatar zhanglibo

阿里返回值

上级 c159a901
......@@ -140,20 +140,17 @@ type RefundInfoRes struct {
B2BSellerMId string `json:"b2b_seller_mId"`
BCfRsc string `json:"b_cf_rsc"`
} `json:"extInfo"`
FrozenFund int `json:"frozenFund"`
GmtApply string `json:"gmtApply"`
GmtCompleted string `json:"gmtCompleted"`
GmtCreate string `json:"gmtCreate"`
GmtModified string `json:"gmtModified"`
GmtTimeOut string `json:"gmtTimeOut"`
GoodsReceived bool `json:"goodsReceived"`
GoodsStatus int `json:"goodsStatus"`
Id int64 `json:"id"`
NewRefundReturn bool `json:"newRefundReturn"`
OnlyRefund bool `json:"onlyRefund"`
OrderEntryCountMap struct {
Field1 int `json:"2680714227115607704"`
} `json:"orderEntryCountMap"`
FrozenFund int `json:"frozenFund"`
GmtApply string `json:"gmtApply"`
GmtCompleted string `json:"gmtCompleted"`
GmtCreate string `json:"gmtCreate"`
GmtModified string `json:"gmtModified"`
GmtTimeOut string `json:"gmtTimeOut"`
GoodsReceived bool `json:"goodsReceived"`
GoodsStatus int `json:"goodsStatus"`
Id int64 `json:"id"`
NewRefundReturn bool `json:"newRefundReturn"`
OnlyRefund bool `json:"onlyRefund"`
OrderEntryIdList []int64 `json:"orderEntryIdList"`
OrderId int64 `json:"orderId"`
ProductName string `json:"productName"`
......@@ -162,6 +159,7 @@ type RefundInfoRes struct {
RefundId string `json:"refundId"`
RefundPayment int `json:"refundPayment"`
RejectReasonId int `json:"rejectReasonId"`
RejectReason string `json:"rejectReason"` // 拒绝原因
RejectTimes int `json:"rejectTimes"`
SellerDelayDisburse bool `json:"sellerDelayDisburse"`
SellerMemberId string `json:"sellerMemberId"`
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论