## Opt - 京东支付订单失效时间(1440->720)分钟

This commit is contained in:
sangelxiu1 2025-11-03 10:17:14 +08:00 committed by cabbage
parent dec9dfbcf6
commit 36e73c70d3
1 changed files with 2 additions and 1 deletions

View File

@ -226,7 +226,8 @@ public class JdPayServiceImpl implements IJdPayService {
// 订单创建时间最大14位yyyyMMddHHmmss
.createDate(DateUtils.parseDateToFormat(DateUtils.YAMMERERS, onlinePayment.getCreationTime()))
// 订单有效时长分钟
.tradeExpiryTime("1440")
// .tradeExpiryTime("1440")
.tradeExpiryTime("720")
// 交易名称
.tradeSubject("支付:" + onlinePayment.getBusinessCode())
// 交易描述