解决支付宝Wap创建的订单的超时时间无法生效的问题
Signed-off-by: 杨宇庆 <hiyyq@qq.com>
This commit is contained in:
parent
c3717b68c8
commit
6f93363564
@ -45,6 +45,7 @@ public class AlipayWapPayClient extends AbstractAlipayPayClient {
|
|||||||
request.setNotifyUrl(reqDTO.getNotifyUrl());
|
request.setNotifyUrl(reqDTO.getNotifyUrl());
|
||||||
request.setReturnUrl(reqDTO.getReturnUrl());
|
request.setReturnUrl(reqDTO.getReturnUrl());
|
||||||
model.setQuitUrl(reqDTO.getReturnUrl());
|
model.setQuitUrl(reqDTO.getReturnUrl());
|
||||||
|
model.setTimeExpire(formatTime(reqDTO.getExpireTime()));
|
||||||
|
|
||||||
// 2.1 执行请求
|
// 2.1 执行请求
|
||||||
AlipayTradeWapPayResponse response = client.pageExecute(request, Method.GET.name());
|
AlipayTradeWapPayResponse response = client.pageExecute(request, Method.GET.name());
|
||||||
|
Loading…
Reference in New Issue
Block a user