mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-31 21:09:40 +08:00
订单属性接口化,暂时用做自定义属性使用,下一步具体化支付订单对象
This commit is contained in:
@@ -222,6 +222,7 @@ public class WxPayService extends BasePayService<WxPayConfigStorage> {
|
||||
}
|
||||
|
||||
((WxTransactionType) order.getTransactionType()).setAttribute(parameters, order);
|
||||
parameters.putAll(order.getAttr());
|
||||
parameters = preOrderHandler(parameters, order);
|
||||
setSign(parameters);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user