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
500 运行时异常:java.io.FileNotFoundException: ac.p12 (No such file or directory)
http://{domain}/platform/wxPay/transfer?openId=xxxxxx
Linux->Docker->Tomcat: webapps/platform.war
Linux->Docker->Nginx: location /ac.p12{ alias /usr/share/nginx/html/ac.p12 } 可通过http://{domain}/ac.p12访问
wxpay.certPath=ac.p12
证书文件换成/platform/ac.p12,可通过http://{domain}/platform/ac.p12访问,也出现了一样的报错
The text was updated successfully, but these errors were encountered:
No branches or pull requests
报错
500 运行时异常:java.io.FileNotFoundException: ac.p12 (No such file or directory)
使用接口
http://{domain}/platform/wxPay/transfer?openId=xxxxxx
后端运行环境
Linux->Docker->Tomcat: webapps/platform.war
证书文件
Linux->Docker->Nginx: location /ac.p12{ alias /usr/share/nginx/html/ac.p12 }
可通过http://{domain}/ac.p12访问
后端配置wxpay.properties
wxpay.certPath=ac.p12
The text was updated successfully, but these errors were encountered: