v1.1 payermax-创建订单时保存第三方订单号
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user