Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
L
library
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
stbz
library
Commits
eb2cc9e7
提交
eb2cc9e7
authored
6月 21, 2022
作者:
zhanglibo
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
阿里返回值
上级
bb92fee3
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
11 行增加
和
11 行删除
+11
-11
ali_refund.go
upstream/ali/ali_refund.go
+11
-11
没有找到文件。
upstream/ali/ali_refund.go
浏览文件 @
eb2cc9e7
...
@@ -15,17 +15,17 @@ type refundAli struct {
...
@@ -15,17 +15,17 @@ type refundAli struct {
var
Refund
=
refundAli
{}
var
Refund
=
refundAli
{}
type
RefundApplyReq
struct
{
type
RefundApplyReq
struct
{
OrderId
int64
`json:"orderId"`
//主订单
OrderId
string
`json:"orderId"`
//主订单
OrderEntryIds
[]
int64
`json:"orderEntryIds"`
//子订单
OrderEntryIds
string
`json:"orderEntryIds"`
//子订单
DisputeRequest
string
`json:"disputeRequest"`
//退款/退款退货。只有已收到货,才可以选择退款退货[退款:"refund"; 退款退货:"returnRefund"]
DisputeRequest
string
`json:"disputeRequest"`
//退款/退款退货。只有已收到货,才可以选择退款退货[退款:"refund"; 退款退货:"returnRefund"]
ApplyPayment
int64
`json:"applyPayment"`
//退款金额(单位:分)
ApplyPayment
string
`json:"applyPayment"`
//退款金额(单位:分)
ApplyCarriage
int64
`json:"applyCarriage"`
//退运费金额(单位:分)
ApplyCarriage
string
`json:"applyCarriage"`
//退运费金额(单位:分)
ApplyReasonId
int64
`json:"applyReasonId"`
//退款原因id
ApplyReasonId
string
`json:"applyReasonId"`
//退款原因id
Description
int64
`json:"description"`
//退款申请理由,2-150字
Description
string
`json:"description"`
//退款申请理由,2-150字
GoodsStatus
int64
`json:"goodsStatus"`
//货物状态[售中等待卖家发货:"refundWaitSellerSend"; 售中等待买家收货:"refundWaitBuyerReceive"; 售中已收货(未确认完成交易):"refundBuyerReceived" 售后未收货:"aftersaleBuyerNotReceived"; 售后已收到货:"aftersaleBuyerReceived"]
GoodsStatus
string
`json:"goodsStatus"`
//货物状态[售中等待卖家发货:"refundWaitSellerSend"; 售中等待买家收货:"refundWaitBuyerReceive"; 售中已收货(未确认完成交易):"refundBuyerReceived" 售后未收货:"aftersaleBuyerNotReceived"; 售后已收到货:"aftersaleBuyerReceived"]
Vouchers
[]
string
`json:"vouchers"`
//凭证图片URLs。1-5张,必须使用API uploadRefundVoucher返回的“图片域名/相对路径”
Vouchers
[]
string
`json:"vouchers"`
//凭证图片URLs。1-5张,必须使用API uploadRefundVoucher返回的“图片域名/相对路径”
OrderEntryCountList
[]
*
RefundApplyItem
`json:"orderEntryCountList"`
//子订单退款数量。仅在售中买家已收货(退款退货)时,可指定退货数量;默认,全部退货。
OrderEntryCountList
string
`json:"orderEntryCountList"`
//子订单退款数量。仅在售中买家已收货(退款退货)时,可指定退货数量;默认,全部退货。
AccessToken
string
`json:"access_token"`
AccessToken
string
`json:"access_token"`
}
}
type
RefundApplyItem
struct
{
type
RefundApplyItem
struct
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论