issues
search
Varorbc
/
PaySharp
PaySharp是一个支持多商户多种支付方式的跨平台网关处理类库,使用PaySharp可以简化订单的创建、查询、退款和接收网关返回的支付通知等操作。
MIT License
862
stars
265
forks
source link
支付宝支付retureurl 能不能在支付的时候在赋值?
#17
Closed
Rstar-Yan
closed
6 years ago
Rstar-Yan
commented
6 years ago
returnurl 一般会返回到详情页 这个只能在支付的时候才能确认我的返回url 能设置么 ?
John0King
commented
6 years ago
你可以先返回到一个固定的页面, 让后根据订单 在跳转到 你的详情页。
你可以手动new 一个 AlipayGateway(或其他的),这个时候是可以指定
ReturnUrl
的
Rstar-Yan
commented
6 years ago
好的
returnurl 一般会返回到详情页 这个只能在支付的时候才能确认我的返回url 能设置么 ?