Appearance
解密应用于支付通知回调场景,decryptData 的参数获取请参考文档支付通知
const data = wechatPay.decryptData({ ciphertext: "xxx", nonce: "xxx", associatedData: "xxx", });