feat:邮储支付fix
This commit is contained in:
parent
fe4d2d3977
commit
b6a7684cff
|
|
@ -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)),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue