提交 55c305b4 authored 作者: JarvanMo's avatar JarvanMo

target->platform

上级 902035e1
......@@ -276,7 +276,6 @@ object WeChatPluginHandler {
webPage.webpageUrl = call.argument("webPage")
val msg = WXMediaMessage()
Log.e("tag", "share web")
msg.mediaObject = webPage
msg.title = call.argument(WechatPluginKeys.TITLE)
msg.description = call.argument(WechatPluginKeys.DESCRIPTION)
......@@ -318,7 +317,7 @@ object WeChatPluginHandler {
"type" to resp.type,
"errCode" to resp.errCode,
"openId" to resp.openId,
"target" to "android"
"platform" to "android"
)
channel?.invokeMethod(WeChatPluginMethods.WE_CHAT_RESPONSE, result)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论