微信支付只要包名和 后台给的那几个参数对的上, 就是可以调起 微信的,, 但是会支付失败的
要想支付成功的话。 还必须要用正确的keystore文件打包的
注意包名路径
<activity
android:name=".wxapi.WXPayEntryActivity"
android:exported="true"
android:launchMode="singleTop"/>
<activity
android:name=".wxapi.WXPayEntryActivity"
android:exported="true"
android:launchMode="singleTop"/>