1
This commit is contained in:
@@ -45,7 +45,7 @@ type CancelSubOrder struct {
|
|||||||
|
|
||||||
// UserApplyRefundCallBack 用户申请售后消息通知
|
// UserApplyRefundCallBack 用户申请售后消息通知
|
||||||
type UserApplyRefundCallBack struct {
|
type UserApplyRefundCallBack struct {
|
||||||
PublicModel
|
//PublicModel
|
||||||
BizRefundId string `json:"bizRefundId"` // 翱象退款单ID
|
BizRefundId string `json:"bizRefundId"` // 翱象退款单ID
|
||||||
RefundId string `json:"refundId"` // 渠道退款单ID, 幂等键
|
RefundId string `json:"refundId"` // 渠道退款单ID, 幂等键
|
||||||
OutOrderId string `json:"outOrderId"` // 渠道订单ID
|
OutOrderId string `json:"outOrderId"` // 渠道订单ID
|
||||||
@@ -70,7 +70,7 @@ type SubRefundOrdersList struct {
|
|||||||
|
|
||||||
// UserCancelRefundApply 用户取消售后申请
|
// UserCancelRefundApply 用户取消售后申请
|
||||||
type UserCancelRefundApply struct {
|
type UserCancelRefundApply struct {
|
||||||
PublicModel
|
//PublicModel
|
||||||
RefundId string `json:"refundId"` // 渠道退款单ID, 幂等键
|
RefundId string `json:"refundId"` // 渠道退款单ID, 幂等键
|
||||||
BizRefundId string `json:"bizRefundId"` // 翱象退款单ID
|
BizRefundId string `json:"bizRefundId"` // 翱象退款单ID
|
||||||
OutOrderId string `json:"outOrderId"` // 渠道订单ID
|
OutOrderId string `json:"outOrderId"` // 渠道订单ID
|
||||||
@@ -81,7 +81,7 @@ type UserCancelRefundApply struct {
|
|||||||
|
|
||||||
// RefundOrderFinish 逆向订单完成回调(售后完成)
|
// RefundOrderFinish 逆向订单完成回调(售后完成)
|
||||||
type RefundOrderFinish struct {
|
type RefundOrderFinish struct {
|
||||||
PublicModel
|
//PublicModel
|
||||||
StoreId string `json:"store_id"` // 门店编码
|
StoreId string `json:"store_id"` // 门店编码
|
||||||
OrderStatus string `json:"order_status"` // 退款单状态
|
OrderStatus string `json:"order_status"` // 退款单状态
|
||||||
OutSubOrderId string `json:"out_sub_order_id"` // 外部子单号
|
OutSubOrderId string `json:"out_sub_order_id"` // 外部子单号
|
||||||
|
|||||||
Reference in New Issue
Block a user