This commit is contained in:
邹宗楠
2024-05-11 10:50:31 +08:00
parent 980181bb24
commit f4d59d2e10

View File

@@ -776,7 +776,7 @@ func (c *PurchaseHandler) CancelOrder(ctx *jxcontext.Context, order *model.Goods
OrderId: order.VendorOrderID,
IdempotentId: utils.Int64ToStr(time.Now().Unix()),
RefundType: ebaiapi.MerchantOrderReverseApplyCancel,
ReasonCode: "7015",
ReasonCode: "7001", // 其他原因
ReasonRemarks: reason,
NeedIvrUser: 0,
RefundProductList: nil,