## 在线支付订单有效期暂时不进行修改;
This commit is contained in:
parent
6ecf94afa3
commit
271404d29d
|
|
@ -226,8 +226,7 @@ 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