This commit is contained in:
邹宗楠
2023-12-09 09:15:25 +08:00
parent edebc7ab41
commit 442cee63e4

View File

@@ -661,7 +661,7 @@ func (a *API) EbaiRefundOrder(param *RefundOrderExamine) error {
param.ReasonCode = "7001"
}
if param.ReasonRemarks != "" {
param.ActionType = 2
param.ActionType = "2"
}
_, err := a.AccessAPI("order.reverse.process", utils.Struct2MapByJson(param))
return err