retrunurl
This commit is contained in:
parent
79d970ad93
commit
50ab019747
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue