xu-li / cordova-plugin-wechat

A cordova plugin, a JS version of Wechat SDK
1.22k stars 509 forks source link

普通错误 #582

Open gengOne opened 4 years ago

gengOne commented 4 years ago

"@ionic-native/wechat": "^5.26.0" cordova-plugin-wechat 3.0.0 "Wechat" android 和 ios都报普通错误

xatgithub commented 4 years ago

也遇到这个错误 cordova-plugin-wechat 2.9.0 iOS 成功 Android 报错: 普通错误

查了源码,是在 EntryActivity.onResp 里报错的,但这没理由,因为服务器端已经显示支付成功了,就是安卓手机报错。

我初步怀疑是debug版本未签名,被微信拒绝了。晚一点再试,另外还得检查签名是不是和登记的一致,如果不一致还得在微信开发者网站上改。

gengOne commented 4 years ago

我这边未签名肯定是不行的 现在在排除商户绑定appid的错误 审核需要1-3天 https://pay.weixin.qq.com/static/pay_setting/appid_protocol.shtml

xatgithub commented 4 years ago

我已经设置了签名,仍然在弹出支付时出现这个“普通错误”。而且是苹果手机没问题,只有安卓手机有这个BUG。

如果是app业务代码有问题,没可能苹果手机还能运作。我认为这显然就是BUG