Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

不支持的平台[wxpay] #4

Closed
imuhao opened this issue May 3, 2017 · 1 comment
Closed

不支持的平台[wxpay] #4

imuhao opened this issue May 3, 2017 · 1 comment

Comments

@imuhao
Copy link

imuhao commented May 3, 2017

我在使用微信支付时,提示这个错误.
`PaymentSDK.pay(MainActivity.this, PaymentVia.Wxpay, payData, new OnCallback() {
@OverRide public void onStarted(Activity activity) {

    }

    @Override public void onCompleted(Activity activity) {

    }

    @Override public void onSucceed(Activity activity, String s) {
      showToast("支付成功");
    }

    @Override public void onFailed(Activity activity, int i, String s) {
      Log.d("smile", s);
      showToast("支付失败!");
    }
  });`
@imuhao
Copy link
Author

imuhao commented May 3, 2017

已解决.

@imuhao imuhao closed this as completed May 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant