提交 a92350fc authored 作者: Charley's avatar Charley

安卓热启动更新主动获取的值

上级 44871968
...@@ -55,6 +55,7 @@ object FluwxRequestHandler { ...@@ -55,6 +55,7 @@ object FluwxRequestHandler {
val result = mapOf( val result = mapOf(
"extMsg" to req.message.messageExt "extMsg" to req.message.messageExt
) )
FluwxPlugin.extMsg = req.message.messageExt;
FluwxPlugin.callingChannel?.invokeMethod("onWXShowMessageFromWX", result) FluwxPlugin.callingChannel?.invokeMethod("onWXShowMessageFromWX", result)
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论