提交 8541f252 authored 作者: jarvanmo's avatar jarvanmo

Merge branch 'master' of github.com:OpenFlutter/fluwx

# Conflicts: # CHANGELOG.md # pubspec.yaml
# 3.9.0+2
* Merge #485
# 3.9.0+1
* Fix 482
* Merge #482
# 3.9.0
* 支持微信卡包
......
......@@ -72,6 +72,9 @@ object FluwxRequestHandler {
is ShowMessageFromWX.Req -> {
try {
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("wechatextmsg://${activity.packageName}/?extmsg=${baseReq.message.messageExt}"))
val bundle = Bundle()
baseReq.toBundle(bundle)
intent.putExtra(KEY_FLUWX_REQUEST_INFO_BUNDLE, bundle)
activity.startActivity(intent)
activity.finish()
WXAPiHandler.coolBoot = false
......
name: fluwx
description: The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers can use WeChatSDK easily, such as sharing, payment, lanuch mini program and etc.
version: 3.9.0+1
version: 3.9.0+2
homepage: https://github.com/JarvanMo/fluwx
environment:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论