fix:api参数类型修改

master
wangtao 2022-04-28 23:08:14 +08:00
parent 9a84272f67
commit 106ae7ab42
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
}
}];
} else {
[[FATClient sharedClient].nativeViewManager sendCustomEventWithDetail:self.eventData applet:self.appId completion:^(id result, FATError *error) {
[[FATClient sharedClient].nativeViewManager sendCustomEventWithDetail:self.eventData applet:self.appId completion:^(id result, NSError *error) {
if (error) {
failure(@{@"errMsg": @"sendCustomEvent:fail"});
} else {

View File

@ -17,7 +17,7 @@ A finclip miniprogram flutter sdk.
s.dependency 'Flutter'
s.ios.deployment_target = '9.0'
s.dependency 'FinApplet' , '2.36.0-alpha20220323v02'
s.dependency 'FinAppletExt' , '2.36.0-alpha20220323v02'
s.dependency 'FinApplet' , '2.37.0-alpha20220428v07'
s.dependency 'FinAppletExt' , '2.37.0-alpha20220428v07'
end