feat: 支持创建订单时自定义支付宝回调地址
This commit is contained in:
@@ -58,7 +58,8 @@ public class PayService : ApplicationService, IPayService
|
||||
var paymentPageHtml = await _alipayManager.PaymentPageAsync(
|
||||
order.GoodsName,
|
||||
order.OutTradeNo,
|
||||
order.TotalAmount);
|
||||
order.TotalAmount,
|
||||
input.ReturnUrl);
|
||||
|
||||
// 3. 返回结果
|
||||
return new CreateOrderOutput
|
||||
|
||||
Reference in New Issue
Block a user