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

阿里返回值

上级 5e3a8189
...@@ -84,15 +84,15 @@ type RefundInfoRes struct { ...@@ -84,15 +84,15 @@ type RefundInfoRes struct {
CommonRes CommonRes
Result struct { Result struct {
OpOrderRefundModelDetail struct { OpOrderRefundModelDetail struct {
AlipayPaymentID string `json:"alipayPaymentId"` AlipayPaymentId string `json:"alipayPaymentId"`
ApplyCarriage int `json:"applyCarriage"` ApplyCarriage int `json:"applyCarriage"`
ApplyPayment int `json:"applyPayment"` ApplyPayment int `json:"applyPayment"`
ApplyReason string `json:"applyReason"` ApplyReason string `json:"applyReason"`
ApplyReasonID int `json:"applyReasonId"` ApplyReasonId int `json:"applyReasonId"`
ApplySubReasonID int `json:"applySubReasonId"` ApplySubReasonId int `json:"applySubReasonId"`
BuyerMemberID string `json:"buyerMemberId"` BuyerMemberId string `json:"buyerMemberId"`
BuyerSendGoods bool `json:"buyerSendGoods"` BuyerSendGoods bool `json:"buyerSendGoods"`
BuyerUserID int `json:"buyerUserId"` BuyerUserId int `json:"buyerUserId"`
CanRefundPayment int `json:"canRefundPayment"` CanRefundPayment int `json:"canRefundPayment"`
CrmModifyRefund bool `json:"crmModifyRefund"` CrmModifyRefund bool `json:"crmModifyRefund"`
DisputeRequest int `json:"disputeRequest"` DisputeRequest int `json:"disputeRequest"`
...@@ -104,8 +104,9 @@ type RefundInfoRes struct { ...@@ -104,8 +104,9 @@ type RefundInfoRes struct {
Tod string `json:"tod"` Tod string `json:"tod"`
NewRefund string `json:"newRefund"` NewRefund string `json:"newRefund"`
BFsc string `json:"b_fsc"` BFsc string `json:"b_fsc"`
AgreeReturnMsg string `json:"agree_return_msg"`
OpRole string `json:"opRole"` OpRole string `json:"opRole"`
B2BBuyerMID string `json:"b2b_buyer_mId"` B2BBuyerMId string `json:"b2b_buyer_mId"`
ApplyReasonText string `json:"apply_reason_text"` ApplyReasonText string `json:"apply_reason_text"`
ApplyInitRefundFee string `json:"apply_init_refund_fee"` ApplyInitRefundFee string `json:"apply_init_refund_fee"`
ItemBuyAmount string `json:"itemBuyAmount"` ItemBuyAmount string `json:"itemBuyAmount"`
...@@ -114,6 +115,7 @@ type RefundInfoRes struct { ...@@ -114,6 +115,7 @@ type RefundInfoRes struct {
InterceptItemListResult string `json:"interceptItemListResult"` InterceptItemListResult string `json:"interceptItemListResult"`
InterceptStatus string `json:"interceptStatus"` InterceptStatus string `json:"interceptStatus"`
SellerBatch string `json:"seller_batch"` SellerBatch string `json:"seller_batch"`
RestartForXiaoer string `json:"restartForXiaoer"`
CljZeroSecondRefund string `json:"clj_zero_second_refund"` CljZeroSecondRefund string `json:"clj_zero_second_refund"`
Tos string `json:"tos"` Tos string `json:"tos"`
BsSync string `json:"bs_sync"` BsSync string `json:"bs_sync"`
...@@ -124,46 +126,73 @@ type RefundInfoRes struct { ...@@ -124,46 +126,73 @@ type RefundInfoRes struct {
Bgmtc string `json:"bgmtc"` Bgmtc string `json:"bgmtc"`
PayMode string `json:"payMode"` PayMode string `json:"payMode"`
AppName string `json:"appName"` AppName string `json:"appName"`
SellerDoRefundNick string `json:"sellerDoRefundNick"`
WorkflowName string `json:"workflowName"` WorkflowName string `json:"workflowName"`
Ttid string `json:"ttid"` Ttid string `json:"ttid"`
SellerAudit string `json:"seller_audit"` SellerAudit string `json:"seller_audit"`
Rp3 string `json:"rp3"` Rp3 string `json:"rp3"`
SellerAgreedRefundFee string `json:"seller_agreed_refund_fee"`
B2BBt string `json:"b2b_bt"` B2BBt string `json:"b2b_bt"`
B2BExchange string `json:"b2b_exchange"` B2BExchange string `json:"b2b_exchange"`
ItemPrice string `json:"itemPrice"` ItemPrice string `json:"itemPrice"`
IsVirtual string `json:"isVirtual"` IsVirtual string `json:"isVirtual"`
EXmrf string `json:"EXmrf"` EXmrf string `json:"EXmrf"`
B2BSellerMID string `json:"b2b_seller_mId"` B2BSellerMId string `json:"b2b_seller_mId"`
BCfRsc string `json:"b_cf_rsc"`
} `json:"extInfo"` } `json:"extInfo"`
FrozenFund int `json:"frozenFund"` FrozenFund int `json:"frozenFund"`
GmtApply string `json:"gmtApply"` GmtApply string `json:"gmtApply"`
GmtCreate string `json:"gmtCreate"` GmtCompleted string `json:"gmtCompleted"`
GmtModified string `json:"gmtModified"` GmtCreate string `json:"gmtCreate"`
GmtTimeOut string `json:"gmtTimeOut"` GmtModified string `json:"gmtModified"`
GoodsReceived bool `json:"goodsReceived"` GmtTimeOut string `json:"gmtTimeOut"`
GoodsStatus int `json:"goodsStatus"` GoodsReceived bool `json:"goodsReceived"`
ID int64 `json:"id"` GoodsStatus int `json:"goodsStatus"`
NewRefundReturn bool `json:"newRefundReturn"` Id int64 `json:"id"`
OnlyRefund bool `json:"onlyRefund"` NewRefundReturn bool `json:"newRefundReturn"`
OrderEntryIDList []int64 `json:"orderEntryIdList"` OnlyRefund bool `json:"onlyRefund"`
OrderID int64 `json:"orderId"` OrderEntryCountMap struct {
ProductName string `json:"productName"` Field1 int `json:"2680714227115607704"`
RefundCarriage int `json:"refundCarriage"` } `json:"orderEntryCountMap"`
RefundGoods bool `json:"refundGoods"` OrderEntryIdList []int64 `json:"orderEntryIdList"`
RefundID string `json:"refundId"` OrderId int64 `json:"orderId"`
RefundPayment int `json:"refundPayment"` ProductName string `json:"productName"`
RejectReasonID int `json:"rejectReasonId"` RefundCarriage int `json:"refundCarriage"`
RejectTimes int `json:"rejectTimes"` RefundGoods bool `json:"refundGoods"`
SellerDelayDisburse bool `json:"sellerDelayDisburse"` RefundId string `json:"refundId"`
SellerMemberID string `json:"sellerMemberId"` RefundPayment int `json:"refundPayment"`
SellerUserID int64 `json:"sellerUserId"` RejectReasonId int `json:"rejectReasonId"`
Status string `json:"status"` RejectTimes int `json:"rejectTimes"`
SupportNewSteppay bool `json:"supportNewSteppay"` SellerDelayDisburse bool `json:"sellerDelayDisburse"`
TimeOutFreeze bool `json:"timeOutFreeze"` SellerMemberId string `json:"sellerMemberId"`
TradeTypeStr string `json:"tradeTypeStr"` SellerMobile string `json:"sellerMobile"`
RefundOperationList []interface{} `json:"refundOperationList"` SellerRealName string `json:"sellerRealName"`
BuyerLoginID string `json:"buyerLoginId"` SellerReceiveAddress string `json:"sellerReceiveAddress"`
SellerLoginID string `json:"sellerLoginId"` SellerUserId int64 `json:"sellerUserId"`
Status string `json:"status"`
SupportNewSteppay bool `json:"supportNewSteppay"`
TimeOutFreeze bool `json:"timeOutFreeze"`
TradeTypeStr string `json:"tradeTypeStr"`
RefundOperationList []struct {
AfterOperateStatus string `json:"afterOperateStatus,omitempty"`
BeforeOperateStatus string `json:"beforeOperateStatus,omitempty"`
CloseRefundStepId int `json:"closeRefundStepId"`
CrmModifyRefund bool `json:"crmModifyRefund"`
Discription string `json:"discription"`
GmtCreate string `json:"gmtCreate"`
GmtModified string `json:"gmtModified"`
Id int64 `json:"id"`
MessageStatus int `json:"messageStatus"`
MsgType int `json:"msgType"`
OperateRemark string `json:"operateRemark"`
OperateTypeInt int `json:"operateTypeInt"`
OperatorLoginId string `json:"operatorLoginId"`
OperatorRoleId int `json:"operatorRoleId"`
OperatorUserId int64 `json:"operatorUserId"`
RefundId string `json:"refundId"`
} `json:"refundOperationList"`
BuyerLoginId string `json:"buyerLoginId"`
SellerLoginId string `json:"sellerLoginId"`
} `json:"opOrderRefundModelDetail"` } `json:"opOrderRefundModelDetail"`
} `json:"result"` } `json:"result"`
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论