phiz_2.43.5.1
Sean 2024-03-21 16:10:45 +08:00
parent e1bea383ca
commit 6910e1d379
1 changed files with 1 additions and 1 deletions

View File

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