## Opt - 京东支付订单失效时间(1440->720)分钟
This commit is contained in:
parent
44d6d22759
commit
bb166a3e72
|
|
@ -226,7 +226,8 @@ public class JdPayServiceImpl implements IJdPayService {
|
||||||
// 订单创建时间(最大14位:yyyyMMddHHmmss)
|
// 订单创建时间(最大14位:yyyyMMddHHmmss)
|
||||||
.createDate(DateUtils.parseDateToFormat(DateUtils.YAMMERERS, onlinePayment.getCreationTime()))
|
.createDate(DateUtils.parseDateToFormat(DateUtils.YAMMERERS, onlinePayment.getCreationTime()))
|
||||||
// 订单有效时长(分钟)
|
// 订单有效时长(分钟)
|
||||||
.tradeExpiryTime("1440")
|
// .tradeExpiryTime("1440")
|
||||||
|
.tradeExpiryTime("720")
|
||||||
// 交易名称
|
// 交易名称
|
||||||
.tradeSubject("支付:" + onlinePayment.getBusinessCode())
|
.tradeSubject("支付:" + onlinePayment.getBusinessCode())
|
||||||
// 交易描述
|
// 交易描述
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue