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.
nextjs
1 parent e1af06b commit 52e4925Copy full SHA for 52e4925
1 file changed
README.md
@@ -548,6 +548,10 @@ console.info(params)
548
549
## 常见问题
550
551
+Q: 在`Next.js V14` 集成解决方案中,如何解决`TypeError: Cannot set property of class Wechatpay {`异常提示?
552
+
553
+> 参考[这里](https://nextjs.org/docs/14/app/api-reference/next-config-js/serverComponentsExternalPackages),在`next.config.js`中加入声明`serverComponentsExternalPackages: ['wechatpay-axios-plugin']`
554
555
Q: `APIv3`上请求参数敏感信息如何加密?返回参数敏感信息如何解密?
556
557
> 接口区分国内版还是国际版,国内版的`RSA`填充方案是`RSA_PKCS1_OAEP_PADDING`,方法如下:
0 commit comments