解决支付宝Wap创建的订单的超时时间无法生效的问题

Signed-off-by: 杨宇庆 <hiyyq@qq.com>
plp
杨宇庆 2 years ago committed by Gitee
parent c3717b68c8
commit 6f93363564
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -45,6 +45,7 @@ public class AlipayWapPayClient extends AbstractAlipayPayClient {
request.setNotifyUrl(reqDTO.getNotifyUrl());
request.setReturnUrl(reqDTO.getReturnUrl());
model.setQuitUrl(reqDTO.getReturnUrl());
model.setTimeExpire(formatTime(reqDTO.getExpireTime()));
// 2.1 执行请求
AlipayTradeWapPayResponse response = client.pageExecute(request, Method.GET.name());

Loading…
Cancel
Save