We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
沙箱环境.下面的程序,有时候错误,有时候又正常.
app.context.$wxpay = await tenpay.sandbox(config.wxpayConfig).catch(e => { throw new Error(e) }); //错误提示: //Error: request fail
The text was updated successfully, but these errors were encountered:
api.unifiedOrder() 时有时候提示:
InternalServerError: Error: request fail
有时候提示:
InternalServerError: Error: 沙箱验证签名失败,请确认沙箱签名key是否正确(通过getsignkey调用生成)
Sorry, something went wrong.
沙箱环境看一下README的示例
沙箱的getSignKey url 填错地方了
没有填错,看下readme的使用事例,确认自己的config是对的
No branches or pull requests
沙箱环境.下面的程序,有时候错误,有时候又正常.
The text was updated successfully, but these errors were encountered: