1
This commit is contained in:
@@ -776,7 +776,7 @@ func (c *PurchaseHandler) CancelOrder(ctx *jxcontext.Context, order *model.Goods
|
|||||||
OrderId: order.VendorOrderID,
|
OrderId: order.VendorOrderID,
|
||||||
IdempotentId: utils.Int64ToStr(time.Now().Unix()),
|
IdempotentId: utils.Int64ToStr(time.Now().Unix()),
|
||||||
RefundType: ebaiapi.MerchantOrderReverseApplyCancel,
|
RefundType: ebaiapi.MerchantOrderReverseApplyCancel,
|
||||||
ReasonCode: "7015",
|
ReasonCode: "7001", // 其他原因
|
||||||
ReasonRemarks: reason,
|
ReasonRemarks: reason,
|
||||||
NeedIvrUser: 0,
|
NeedIvrUser: 0,
|
||||||
RefundProductList: nil,
|
RefundProductList: nil,
|
||||||
|
|||||||
Reference in New Issue
Block a user