Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
L
library
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
stbz
library
Commits
c159a901
提交
c159a901
authored
6月 21, 2022
作者:
zhanglibo
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
阿里返回值
上级
5e3a8189
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
65 行增加
和
36 行删除
+65
-36
ali_refund.go
upstream/ali/ali_refund.go
+65
-36
没有找到文件。
upstream/ali/ali_refund.go
浏览文件 @
c159a901
...
...
@@ -84,15 +84,15 @@ type RefundInfoRes struct {
CommonRes
Result
struct
{
OpOrderRefundModelDetail
struct
{
AlipayPaymentI
D
string
`json:"alipayPaymentId"`
AlipayPaymentI
d
string
`json:"alipayPaymentId"`
ApplyCarriage
int
`json:"applyCarriage"`
ApplyPayment
int
`json:"applyPayment"`
ApplyReason
string
`json:"applyReason"`
ApplyReasonI
D
int
`json:"applyReasonId"`
ApplySubReasonI
D
int
`json:"applySubReasonId"`
BuyerMemberI
D
string
`json:"buyerMemberId"`
ApplyReasonI
d
int
`json:"applyReasonId"`
ApplySubReasonI
d
int
`json:"applySubReasonId"`
BuyerMemberI
d
string
`json:"buyerMemberId"`
BuyerSendGoods
bool
`json:"buyerSendGoods"`
BuyerUserI
D
int
`json:"buyerUserId"`
BuyerUserI
d
int
`json:"buyerUserId"`
CanRefundPayment
int
`json:"canRefundPayment"`
CrmModifyRefund
bool
`json:"crmModifyRefund"`
DisputeRequest
int
`json:"disputeRequest"`
...
...
@@ -104,8 +104,9 @@ type RefundInfoRes struct {
Tod
string
`json:"tod"`
NewRefund
string
`json:"newRefund"`
BFsc
string
`json:"b_fsc"`
AgreeReturnMsg
string
`json:"agree_return_msg"`
OpRole
string
`json:"opRole"`
B2BBuyerMI
D
string
`json:"b2b_buyer_mId"`
B2BBuyerMI
d
string
`json:"b2b_buyer_mId"`
ApplyReasonText
string
`json:"apply_reason_text"`
ApplyInitRefundFee
string
`json:"apply_init_refund_fee"`
ItemBuyAmount
string
`json:"itemBuyAmount"`
...
...
@@ -114,6 +115,7 @@ type RefundInfoRes struct {
InterceptItemListResult
string
`json:"interceptItemListResult"`
InterceptStatus
string
`json:"interceptStatus"`
SellerBatch
string
`json:"seller_batch"`
RestartForXiaoer
string
`json:"restartForXiaoer"`
CljZeroSecondRefund
string
`json:"clj_zero_second_refund"`
Tos
string
`json:"tos"`
BsSync
string
`json:"bs_sync"`
...
...
@@ -124,46 +126,73 @@ type RefundInfoRes struct {
Bgmtc
string
`json:"bgmtc"`
PayMode
string
`json:"payMode"`
AppName
string
`json:"appName"`
SellerDoRefundNick
string
`json:"sellerDoRefundNick"`
WorkflowName
string
`json:"workflowName"`
Ttid
string
`json:"ttid"`
SellerAudit
string
`json:"seller_audit"`
Rp3
string
`json:"rp3"`
SellerAgreedRefundFee
string
`json:"seller_agreed_refund_fee"`
B2BBt
string
`json:"b2b_bt"`
B2BExchange
string
`json:"b2b_exchange"`
ItemPrice
string
`json:"itemPrice"`
IsVirtual
string
`json:"isVirtual"`
EXmrf
string
`json:"EXmrf"`
B2BSellerMID
string
`json:"b2b_seller_mId"`
B2BSellerMId
string
`json:"b2b_seller_mId"`
BCfRsc
string
`json:"b_cf_rsc"`
}
`json:"extInfo"`
FrozenFund
int
`json:"frozenFund"`
GmtApply
string
`json:"gmtApply"`
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"`
RefundCarriage
int
`json:"refundCarriage"`
RefundGoods
bool
`json:"refundGoods"`
RefundID
string
`json:"refundId"`
RefundPayment
int
`json:"refundPayment"`
RejectReasonID
int
`json:"rejectReasonId"`
RejectTimes
int
`json:"rejectTimes"`
SellerDelayDisburse
bool
`json:"sellerDelayDisburse"`
SellerMemberID
string
`json:"sellerMemberId"`
SellerUserID
int64
`json:"sellerUserId"`
Status
string
`json:"status"`
SupportNewSteppay
bool
`json:"supportNewSteppay"`
TimeOutFreeze
bool
`json:"timeOutFreeze"`
TradeTypeStr
string
`json:"tradeTypeStr"`
RefundOperationList
[]
interface
{}
`json:"refundOperationList"`
BuyerLoginID
string
`json:"buyerLoginId"`
SellerLoginID
string
`json:"sellerLoginId"`
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"`
OrderEntryIdList
[]
int64
`json:"orderEntryIdList"`
OrderId
int64
`json:"orderId"`
ProductName
string
`json:"productName"`
RefundCarriage
int
`json:"refundCarriage"`
RefundGoods
bool
`json:"refundGoods"`
RefundId
string
`json:"refundId"`
RefundPayment
int
`json:"refundPayment"`
RejectReasonId
int
`json:"rejectReasonId"`
RejectTimes
int
`json:"rejectTimes"`
SellerDelayDisburse
bool
`json:"sellerDelayDisburse"`
SellerMemberId
string
`json:"sellerMemberId"`
SellerMobile
string
`json:"sellerMobile"`
SellerRealName
string
`json:"sellerRealName"`
SellerReceiveAddress
string
`json:"sellerReceiveAddress"`
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:"result"`
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论