node-wxpay icon indicating copy to clipboard operation
node-wxpay copied to clipboard

decodeCertificates() in constructor

Open sharper opened this issue 3 years ago • 0 comments

decodeCertificates 是异步函数

constructor({appid, mchid, private_key, serial_no,apiv3_private_key,notify_url} = {}) { .... this.decodeCertificates(); // pending , 无法加载 certificates }

sharper avatar Feb 23 '22 02:02 sharper