returnurl
This commit is contained in:
parent
c458cf1534
commit
b51e227ed5
|
|
@ -863,6 +863,7 @@ public class AliPayServiceImpl implements AliPayExtension {
|
||||||
createModel.setTimeExpire(timeFormat);
|
createModel.setTimeExpire(timeFormat);
|
||||||
//定制结束
|
//定制结束
|
||||||
request.setNotifyUrl(this.queryUnifyNotifyHost() + notifyUrl);
|
request.setNotifyUrl(this.queryUnifyNotifyHost() + notifyUrl);
|
||||||
|
request.setReturnUrl(this.queryUnifyNotifyHost() + "/h5pro/#/pages/index");
|
||||||
request.setBizModel(createModel);
|
request.setBizModel(createModel);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue