## debug - 测试京东支付关单时间

This commit is contained in:
sangelxiu1 2025-11-03 10:47:56 +08:00
parent bb166a3e72
commit a9ead0cdb0
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ public class JdPayServiceImpl implements IJdPayService {
.createDate(DateUtils.parseDateToFormat(DateUtils.YAMMERERS, onlinePayment.getCreationTime())) .createDate(DateUtils.parseDateToFormat(DateUtils.YAMMERERS, onlinePayment.getCreationTime()))
// 订单有效时长分钟 // 订单有效时长分钟
// .tradeExpiryTime("1440") // .tradeExpiryTime("1440")
.tradeExpiryTime("720") .tradeExpiryTime("1")
// 交易名称 // 交易名称
.tradeSubject("支付:" + onlinePayment.getBusinessCode()) .tradeSubject("支付:" + onlinePayment.getBusinessCode())
// 交易描述 // 交易描述