fix:apiprefix

master
developer 2020-03-03 15:48:55 +08:00
parent 5c56bbe09f
commit 2379619e94
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,4 @@
platform :ios, "9.0"
source 'https://git.finogeeks.com/cocoapods/FinPods'
source 'https://github.com/CocoaPods/Specs.git'
@ -8,7 +6,7 @@ source 'https://github.com/CocoaPods/Specs.git'
inhibit_all_warnings!
target "demo" do
pod 'FinApplet', '2.0.177'
pod 'FinApplet', '2.0.191'
end

View File

@ -24,7 +24,7 @@
NSString *appKey = @"22LyZEib0gLTQdU3MUauAWQrT5jdkwBnjD/4Rw9r+4kA";
FATConfig *config = [FATConfig configWithAppSecret:@"1a90cee1773badee" appKey:appKey];
config.apiServer = @"https://mp.finogeeks.com";
config.apiPrefix = @"/api/v1";
config.apiPrefix = @"/api/v1/mop";
[[FATClient sharedClient] initWithConfig:config error:nil];