支付宝支付超时
This commit is contained in:
parent
4abcf5ea43
commit
acdd2d197d
|
|
@ -857,13 +857,13 @@ public class AliPayServiceImpl implements AliPayExtension {
|
||||||
createModel.setSubject(mobilePayDTO.isIfRecharge() ? "充值" : mobilePayDTO.getCanteenName() + PayTypeEnum.ALI_H5_PAY.getDesc() + ": 消费");
|
createModel.setSubject(mobilePayDTO.isIfRecharge() ? "充值" : mobilePayDTO.getCanteenName() + PayTypeEnum.ALI_H5_PAY.getDesc() + ": 消费");
|
||||||
createModel.setPassbackParams(mobilePayDTO.getAttach());
|
createModel.setPassbackParams(mobilePayDTO.getAttach());
|
||||||
createModel.setProductCode("QUICK_WAP_WAY");
|
createModel.setProductCode("QUICK_WAP_WAY");
|
||||||
request.setNotifyUrl(this.queryUnifyNotifyHost() + notifyUrl);
|
|
||||||
request.setBizModel(createModel);
|
|
||||||
//定制开始
|
//定制开始
|
||||||
String timeFormat = LocalDateTime.now().plusMinutes(1).format(DatePattern.NORM_DATETIME_FORMATTER);
|
String timeFormat = LocalDateTime.now().plusMinutes(1).format(DatePattern.NORM_DATETIME_FORMATTER);
|
||||||
LogUtil.info("定制超时时间", timeFormat);
|
LogUtil.info("定制超时时间", timeFormat);
|
||||||
createModel.setTimeExpire(timeFormat);
|
createModel.setTimeExpire(timeFormat);
|
||||||
//定制结束
|
//定制结束
|
||||||
|
request.setNotifyUrl(this.queryUnifyNotifyHost() + notifyUrl);
|
||||||
|
request.setBizModel(createModel);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
this.payCustomAlipayBusiness.beforeAppletPay(request, mobilePayDTO);
|
this.payCustomAlipayBusiness.beforeAppletPay(request, mobilePayDTO);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue