retrunurl

This commit is contained in:
sxu 2025-04-25 17:41:05 +08:00
parent 79d970ad93
commit 50ab019747
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@ public class AliPayServiceImpl implements AliPayExtension {
createModel.setTimeExpire(timeFormat);
//定制结束
request.setNotifyUrl(this.queryUnifyNotifyHost() + notifyUrl);
request.setReturnUrl(this.queryUnifyNotifyHost() + "/h5pro/#/pages/remainingSum/payLoding");
//request.setReturnUrl(this.queryUnifyNotifyHost() + "/h5pro/#/pages/remainingSum/payLoding");
request.setBizModel(createModel);
try {