提交 57159e65 authored 作者: 张立波's avatar 张立波

淘特

上级 a7372470
......@@ -44,6 +44,7 @@ type RefundReasonReq struct {
BizOrderId string `json:"bizOrderId"`
BizClaimType string `json:"bizClaimType"`
GoodsStatus string `json:"goodsStatus,omitempty"`
BuyerApplyTextId int `json:"buyerApplyTextId,omitempty"`
}
type RefundReasonRes struct {
......@@ -107,7 +108,7 @@ func (s refund) Create(ctx context.Context, req RefundCreateReq, image ...string
return
}
//Cancle 取消售后
//Cancel 取消售后
//`bizOrderId` 子订单号
//`disputeId` 售后单号
func (s refund) Cancel(ctx context.Context, bizOrderId, disputeId string) (res *CommonRes, err error) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论