Unverified 提交 d187bbb4 authored 作者: HeTao's avatar HeTao 提交者: GitHub
上级 c0e1c434
...@@ -73,6 +73,10 @@ FlutterMethodChannel *channel = nil; ...@@ -73,6 +73,10 @@ FlutterMethodChannel *channel = nil;
[_fluwxAuthHandler stopAuthByQRCode:call result:result]; [_fluwxAuthHandler stopAuthByQRCode:call result:result];
} else if ([@"openWXApp" isEqualToString:call.method]) { } else if ([@"openWXApp" isEqualToString:call.method]) {
result(@([WXApi openWXApp])); result(@([WXApi openWXApp]));
} else if ([@"payWithFluwx" isEqualToString:call.method]) {
[self handlePayment:call result:result];
} else if ([@"payWithHongKongWallet" isEqualToString:call.method]) {
[self handleHongKongWalletPayment:call result:result];
} else if ([@"launchMiniProgram" isEqualToString:call.method]) { } else if ([@"launchMiniProgram" isEqualToString:call.method]) {
[self handleLaunchMiniProgram:call result:result]; [self handleLaunchMiniProgram:call result:result];
} else if ([@"subscribeMsg" isEqualToString:call.method]) { } else if ([@"subscribeMsg" isEqualToString:call.method]) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论