feat:邮储支付fix

This commit is contained in:
wolter 2026-08-20 20:47:36 +08:00
parent fe4d2d3977
commit b6a7684cff
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func (c *Client) CreatePaymentLinkWithBackUrl(req PaymentLinkRequest) (*PaymentL
"orderInfos": req.ProductName, "orderInfos": req.ProductName,
"orderNo": req.OrderNo, "orderNo": req.OrderNo,
"amount": req.Price, "amount": req.Price,
"successUrl": hex.EncodeToString([]byte(c.cfg.SuccessUrl)), "successUrl": hex.EncodeToString([]byte(returnUrl)),
"acctType": "2", "acctType": "2",
"notifyUrl": hex.EncodeToString([]byte(c.cfg.NotifyUrl)), "notifyUrl": hex.EncodeToString([]byte(c.cfg.NotifyUrl)),
} }