returnurl

This commit is contained in:
sxu 2025-04-25 14:56:07 +08:00
parent c458cf1534
commit b51e227ed5
1 changed files with 1 additions and 0 deletions

View File

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