-
Notifications
You must be signed in to change notification settings - Fork 260
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
微信支付没法回调啊 #6
Comments
我看了下也想问 怎么没有创建WXPayEntryActivity |
之前看到WXPayEntryActivity 是实现了 IWXAPIEventHandler接口,之前的时候以为是实现了这个接口就行了。现在还是有点问题。不知道有没有什么方式不用创建 WXPayEntryActivity?? @SweetCate @qinyang1018 |
目前没发现有其他的方法 |
在项目中可以调起微信支付,就是没有回调。我去调研一下,看看有没其他方法@qinyang1018 |
WXPayEntryActivity就是用来处理回调的 如果你有好的办法可以分享下 |
WechatPayReq 类收不到回调的原因应该是53行 mWXApi = WXAPIFactory.createWXAPI(mActivity, null);这里没有把app_id放进去 替换成 mWXApi = WXAPIFactory.createWXAPI(mActivity, appId,true);试试 |
为什么我运行了出现helloworld?而且点击支付宝支付是白的activity,很郁闷 |
@mayubao Lib工程下是无法集成WxPayEntryActivity的,可以参考这个:https://github.com/feer921/CommonPaySdk |
没有在包名下创建WXPayEntryActivity,微信支付成功后没法收到回调信息
The text was updated successfully, but these errors were encountered: