From 4df52727c9c8ad145bf0adcb52d1193b7a5c9e32 Mon Sep 17 00:00:00 2001 From: zher52 Date: Tue, 3 Nov 2020 17:28:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86ios=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ios/CDVSpeech.m | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/ios/CDVSpeech.m b/src/ios/CDVSpeech.m index 46045cb..e4d6c88 100644 --- a/src/ios/CDVSpeech.m +++ b/src/ios/CDVSpeech.m @@ -34,6 +34,7 @@ NSLog(@"error: IFlySpeechConfig.plist not found"); assert(0); } + NSMutableDictionary *plistData = [[NSMutableDictionary alloc] initWithContentsOfFile:plistPath]; self.appId = [plistData valueForKey:@"AppKey"]; } @@ -42,10 +43,6 @@ } -- (void) loadAppID{ - - NSMutableDictionary *plistData = [[NSMutableDictionary alloc] initWithContentsOfFile:plistPath]; -} #pragma mark - 语音录入 - (void)startListening:(CDVInvokedUrlCommand*)command