little-snow-fox / react-native-wechat-lib

🚀 WeChat login, share, favorite and payment for React-Native on iOS and Android
MIT License
646 stars 126 forks source link

安卓微信支付成功或失败没有回调 #265

Closed yanggengzhen123 closed 6 months ago

yanggengzhen123 commented 7 months ago

DeviceEventEmitter.addListener('WeChat_Req', req => { console.log('req:', req); }); DeviceEventEmitter.addListener('WeChat_Resp', resp => { console.log('res:', resp); }); 微信支付成功或失败并没有触发这两个监听事件