修改名字

phiz_2.43.5.1
Sean 2024-03-21 15:26:41 +08:00
parent 6e85992330
commit e1bea383ca
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:@"Phiz"
methodChannelWithName:@"miniProgram"
binaryMessenger:[registrar messenger]];
[registrar addMethodCallDelegate:_instance channel:phizChannel];
_instance.phizMethodChannel = phizChannel;