This commit is contained in:
777
2026-01-12 23:17:40 +08:00
parent 29701e9e15
commit 355eb8f9f5
18 changed files with 48 additions and 21 deletions

View File

@@ -90,7 +90,7 @@ public class V14Manager {
String customerCode = payTrdConfig.getMchId();
long payAmount = payOrderInfoDTO.getPriceFen(); // 支付金额,分为单位
String payCurrency = "CNY"; // 币种,写死
String notifyUrl = type.getNotifyUrl(payTrdConfig.getNotifyUrl(), true);
String notifyUrl = payManager.getNotifyUrl(payTrdConfig, type, true);
String transactionStartTime = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMddHHmmss")); // 交易开始时间
// String transactionEndTime = ""; // 交易结束时间
WxJsOrderInfo orderInfo = new WxJsOrderInfo();