We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bfc22a commit f935d0aCopy full SHA for f935d0a
src/payment/security/client.go
@@ -35,7 +35,7 @@ func (comp *Client) GetCertificates(ctx context.Context) (*response.ResponseGetC
35
}
36
37
// Get RSA Public Key.
38
-// https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay_yhk.php?chapter=25_7&index=4
+// https://pay.weixin.qq.com/doc/v2/merchant/4011941097
39
func (comp *Client) GetRSAPublicKey(ctx context.Context) (*response.ResponseGetPublicKey, error) {
40
config := comp.App.GetConfig()
41
0 commit comments