mirror of
https://github.com/OpenFlutter/fluwx.git
synced 2025-08-06 14:50:30 +08:00
feat: 修正参数
This commit is contained in:
@ -57,7 +57,7 @@ class FluwxPlugin : FlutterPlugin, MethodCallHandler, ActivityAware,
|
||||
callingChannel = fluwxChannel
|
||||
when {
|
||||
call.method == "registerApp" -> WXAPiHandler.registerApp(call, result, context)
|
||||
call.method == "starLog" -> WXAPiHandler.startLog(call, result)
|
||||
call.method == "startLog" -> WXAPiHandler.startLog(call, result)
|
||||
call.method == "stopLog" -> WXAPiHandler.stopLog(call, result)
|
||||
call.method == "sendAuth" -> authHandler?.sendAuth(call, result)
|
||||
call.method == "authByQRCode" -> authHandler?.authByQRCode(call, result)
|
||||
|
Reference in New Issue
Block a user