Skip to content
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

点击微信支付,弹出支付宝支付 #42

Open
kongsiyu opened this issue Feb 23, 2017 · 1 comment
Open

点击微信支付,弹出支付宝支付 #42

kongsiyu opened this issue Feb 23, 2017 · 1 comment

Comments

@kongsiyu
Copy link

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;
}
@samurai00
Copy link
Contributor

这个应该是你的服务端反回了支付宝的 charge。你看一下服务端返回的内容

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants