-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
计划升级大版本至1.0版本 #34
Comments
- all `Aes*` statics function can be used exported as standlone now
看了源码 另外 // 如果使用的node版本大于v15.6.0,则可以通过node获取证书序列号
// const { X509Certificate } = await import('crypto');
// const merchantCertificateSerial = new X509Certificate(platformCertificateInstance).serialNumber; 大佬为何不直接使用Typescript开发 |
@gaoyia 做这个lib的时候,node15还没出,最低支持node10.15是为了「微信云开发」,他们给的云环境node版本太低了,高级方法暂时用不了;ts有计划做,还在学习ing |
云开发的node版本还没升级吗? |
我做了一个关于微信api 支付的npm 包,大佬能帮我看看吗 |
我做开源的目的是为了保持学习,把这个过程的成果贡献出来籍此帮助有需要的人。 你的这款 NPM包 wechatpay-node-v3-ts 能解决支付对接问题,就是优秀的,保持多样性,提供更多选择,应该值得肯定。 如果需要给提些建议的话,建议在 主动请求返回值验签 上加强一下,目前版本 |
您的建议非常重要,我会在下个版本优先优化它,但是我现在没有微信商户号进行测试,所以这个时间可能会长一点,如果有人给我提pr 的话就更好不过了 |
axios/lib/util
内置方法的依赖Hash.hmacSha256
,Aes.encrypt
,Aes.decrypt
AesGcm.encrypt
,AesGcm.decrypt
型参顺序user-agent
The text was updated successfully, but these errors were encountered: