From 3ad3300294a9fb3f52b73a87b6271e1f752a4e4a Mon Sep 17 00:00:00 2001 From: TheNorthMemory Date: Sun, 16 Jun 2024 16:43:42 +0800 Subject: [PATCH] optim the comment of the init sample --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fae033..70814d5 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ const wxpay = new Wechatpay({ // merchant: { // cert: readFileSync('/path/to/merchant/apiclient_cert.pem'), // key: merchantPrivateKeyInstance, - // // or + // // {cert,key}或者{passphrase,pfx}格式,两组组合任选其一 // // passphrase: 'your_merchant_id', // // pfx: fs.readFileSync('/your/merchant/cert/apiclient_cert.p12'), // },