v1.1 payermax-创建订单时保存第三方订单号

This commit is contained in:
2022-10-27 12:20:08 +08:00
parent aaae746154
commit a8cfb87460

View File

@@ -44,6 +44,7 @@ public class PayerMaxStrategy extends AbstractPayStrategy {
params.setPaymentDetail(paymentDetail);
CreateOrderResDTO orderRes = payermaxService.createOrder(params);
chargeRecord.setPingxxChargeId(orderRes.getData().getTradeNo());
Map<String, Object> appMap = new HashMap<>();
appMap.put(PayConstant.H5_PAY_URL_FIELD, orderRes.getData().getRequestUrl());