## debug - 测试京东支付关单时间
This commit is contained in:
parent
bb166a3e72
commit
a9ead0cdb0
|
|
@ -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())
|
||||||
// 交易描述
|
// 交易描述
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue