## Opt - 京东支付订单失效时间(1440->720)分钟
This commit is contained in:
parent
dec9dfbcf6
commit
36e73c70d3
|
|
@ -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())
|
||||
// 交易描述
|
||||
|
|
|
|||
Loading…
Reference in New Issue