feat: 修正参数

This commit is contained in:
赵远东
2022-04-14 18:49:32 +08:00
parent 95be6fcb8f
commit 4e50132a7d

View File

@ -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)