fix:apiprefix
parent
5c56bbe09f
commit
2379619e94
4
Podfile
4
Podfile
|
@ -1,6 +1,4 @@
|
||||||
platform :ios, "9.0"
|
platform :ios, "9.0"
|
||||||
source 'https://git.finogeeks.com/cocoapods/FinPods'
|
|
||||||
|
|
||||||
source 'https://github.com/CocoaPods/Specs.git'
|
source 'https://github.com/CocoaPods/Specs.git'
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +6,7 @@ source 'https://github.com/CocoaPods/Specs.git'
|
||||||
inhibit_all_warnings!
|
inhibit_all_warnings!
|
||||||
|
|
||||||
target "demo" do
|
target "demo" do
|
||||||
pod 'FinApplet', '2.0.177'
|
pod 'FinApplet', '2.0.191'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
NSString *appKey = @"22LyZEib0gLTQdU3MUauAWQrT5jdkwBnjD/4Rw9r+4kA";
|
NSString *appKey = @"22LyZEib0gLTQdU3MUauAWQrT5jdkwBnjD/4Rw9r+4kA";
|
||||||
FATConfig *config = [FATConfig configWithAppSecret:@"1a90cee1773badee" appKey:appKey];
|
FATConfig *config = [FATConfig configWithAppSecret:@"1a90cee1773badee" appKey:appKey];
|
||||||
config.apiServer = @"https://mp.finogeeks.com";
|
config.apiServer = @"https://mp.finogeeks.com";
|
||||||
config.apiPrefix = @"/api/v1";
|
config.apiPrefix = @"/api/v1/mop";
|
||||||
|
|
||||||
[[FATClient sharedClient] initWithConfig:config error:nil];
|
[[FATClient sharedClient] initWithConfig:config error:nil];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue