## Opt - 京东支付订单失效时间(1440->720)分钟
This commit is contained in:
		
							parent
							
								
									a9ead0cdb0
								
							
						
					
					
						commit
						6ecf94afa3
					
				| 
						 | 
				
			
			@ -227,7 +227,7 @@ public class JdPayServiceImpl implements IJdPayService {
 | 
			
		|||
                    .createDate(DateUtils.parseDateToFormat(DateUtils.YAMMERERS, onlinePayment.getCreationTime()))
 | 
			
		||||
                    // 订单有效时长(分钟)
 | 
			
		||||
//                    .tradeExpiryTime("1440")
 | 
			
		||||
                    .tradeExpiryTime("1")
 | 
			
		||||
                    .tradeExpiryTime("720")
 | 
			
		||||
                    // 交易名称
 | 
			
		||||
                    .tradeSubject("支付:" + onlinePayment.getBusinessCode())
 | 
			
		||||
                    // 交易描述
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue