// params 是string的map ,主要key有 type,time,title,money,content,transferor 等 。能列下所有参数吗? initNotificationCallback 方法会在后台运行吗?
是的,相当于启动了一个Android Service , 所以要保持监听.需要手动给应用设置自启动,后台运行等权限. 监听参数就这些, 除了transferor 可能是null 其他都有值. 有兴趣可以看下 安卓实现 https://github.com/lhalcyon/payment-listener 支持收钱吧, 支付宝, 微信,云闪付等通知监听
vue页面的代码: const weexPluginListener = weex.requireModule('lhalcyon-payment-monitor'); 报错 : [JS Framework] using unregistered weex module "lhalcyon-payment-monitor" 下载的插件已经放在 根目录下的: 【nativeplugins】【lhalcyo-payment-monitor】【android】【payment-monitor-release.aar】
3 个回复
lhalcyon - nothing
是的,相当于启动了一个Android Service , 所以要保持监听.需要手动给应用设置自启动,后台运行等权限. 监听参数就这些, 除了transferor 可能是null 其他都有值.
有兴趣可以看下 安卓实现 https://github.com/lhalcyon/payment-listener 支持收钱吧, 支付宝, 微信,云闪付等通知监听
君莫笑7777 (作者)
vue页面的代码:
const weexPluginListener = weex.requireModule('lhalcyon-payment-monitor');
报错 :
[JS Framework] using unregistered weex module "lhalcyon-payment-monitor"
下载的插件已经放在 根目录下的:
【nativeplugins】【lhalcyo-payment-monitor】【android】【payment-monitor-release.aar】
君莫笑7777 (作者)
这个错误怎么解决啊
2019-07-19 17:15
lhalcyon
回复 君莫笑7777: 引用0.0.3版本把. 有uniapp的示例代码
2019-07-31 14:53
tinaya - 学习学习在学习
有源码吗