From 6910e1d379643e4a31b779d6fd68c3d163101d23 Mon Sep 17 00:00:00 2001 From: Sean Date: Thu, 21 Mar 2024 16:10:45 +0800 Subject: [PATCH] xj --- ios/Classes/MopPlugin.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Classes/MopPlugin.m b/ios/Classes/MopPlugin.m index 2532b7d..f62cda1 100644 --- a/ios/Classes/MopPlugin.m +++ b/ios/Classes/MopPlugin.m @@ -67,7 +67,7 @@ static MopPlugin *_instance; _instance.shareAppletMethodChannel = appletShareChannel; //phiz FlutterMethodChannel* phizChannel = [FlutterMethodChannel - methodChannelWithName:@"miniProgram" + methodChannelWithName:@"Phiz" binaryMessenger:[registrar messenger]]; [registrar addMethodCallDelegate:_instance channel:phizChannel]; _instance.phizMethodChannel = phizChannel;