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
private void initPingpp() { //设置需要使用的支付方式 PingppOne.enableChannels(new String[]{"alipay", "wx"});
// 提交数据的格式,默认格式为json // PingppOne.CONTENT_TYPE = "application/x-www-form-urlencoded"; PingppOne.CONTENT_TYPE = "application/json"; PingppLog.DEBUG = true; }
The text was updated successfully, but these errors were encountered:
这个应该是你的服务端反回了支付宝的 charge。你看一下服务端返回的内容
Sorry, something went wrong.
No branches or pull requests
private void initPingpp() {
//设置需要使用的支付方式
PingppOne.enableChannels(new String[]{"alipay", "wx"});
The text was updated successfully, but these errors were encountered: