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

微信支付成功掉起支付页,支付成功后没有进入成功的回调方法中 #18

Open
aijason opened this issue Sep 28, 2016 · 6 comments

Comments

@aijason
Copy link

aijason commented Sep 28, 2016

Rn版本0.28

@tdzl2003
Copy link
Member

tdzl2003 commented Oct 6, 2016

安卓版本的支付回调需要自行实现"你的包名.wxapi.WXPayEntryAcitivity",并在AndroidManifest.xml中导出,其内容参考WXEntryActivity完全一样即可。这一部分我们会尽快补充到文档里去。

@nanasheng
Copy link

@aijason你调起支付页,data : {
partnerId: "",
prepayId: "",
nonceStr: "",
timeStamp: "",
package: "",
sign: "",
}是拿这个去请求的么,是怎么样写的咧,我拿这个data区请求支付页没调起来

@3449790992
Copy link

同问,RN 0.28,android里面支付成功后无法回调

@camellieeee
Copy link

@tdzl2003 rn0.39还是有这个问题,按照上面说的配置后仍然没有起作用,求答复

@aijason
Copy link
Author

aijason commented Feb 7, 2017

配置清单暴露: <activity android:name="com.hr.sxzx.wxapi.WXEntryActivity" android:exported="true" />

@aijason
Copy link
Author

aijason commented Feb 7, 2017

对应的包名一致

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

5 participants