fix:api参数类型修改
parent
9a84272f67
commit
106ae7ab42
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue