Procházet zdrojové kódy

Merge remote-tracking branch 'origin/master'

tags/0.0.1
PH2 před 4 roky
rodič
revize
71fc07dc0f
1 změnil soubory, kde provedl 0 přidání a 8 odebrání
  1. +0
    -8
      ios/Classes/ZhiyingCommNative.m

+ 0
- 8
ios/Classes/ZhiyingCommNative.m Zobrazit soubor

@@ -39,14 +39,6 @@ static id<ZhiyingCommNativeProtocol> _delegate;
setting = [_delegate getSetting];
}
result(setting);
} else if ([@"openWechatPay" isEqualToString:call.method]) {
if ([_delegate respondsToSelector:@selector(openWechatPay:status:)]) {
[_delegate openWechatPay: call.arguments status: ^(ZhiyingCommNativeResult *res) {
result([res toDict]);
}];
} else {
result([NativeCommandNotImp toDict]);
}
} else if ([@"invokeMethod" isEqualToString:call.method]) {
NSDictionary *dict = call.arguments;
NSString *method = [dict valueForKey:@"method"];


Načítá se…
Zrušit
Uložit