Skip to content

Commit f935d0a

Browse files
author
Matrix-X
committed
update
1 parent 5bfc22a commit f935d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/payment/security/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func (comp *Client) GetCertificates(ctx context.Context) (*response.ResponseGetC
3535
}
3636

3737
// Get RSA Public Key.
38-
// https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay_yhk.php?chapter=25_7&index=4
38+
// https://pay.weixin.qq.com/doc/v2/merchant/4011941097
3939
func (comp *Client) GetRSAPublicKey(ctx context.Context) (*response.ResponseGetPublicKey, error) {
4040
config := comp.App.GetConfig()
4141

0 commit comments

Comments
 (0)