自定义参数设置方式

This commit is contained in:
egzosn
2020-03-10 22:04:12 +08:00
parent 563e4d1080
commit f77c1edd96
12 changed files with 132 additions and 49 deletions

View File

@@ -184,7 +184,7 @@ public class PayoneerPayService extends BasePayService<PayoneerConfigStorage> im
}
params.put("currency", order.getCurType());
params.put("description", order.getSubject());
params.putAll(order.getAttr());
params.putAll(order.getAttrs());
return preOrderHandler(params, order);
}