update uat服务器地址
parent
1de37fa11e
commit
2a14420554
4
Podfile
4
Podfile
|
@ -4,8 +4,8 @@ platform :ios, "9.0"
|
|||
inhibit_all_warnings!
|
||||
|
||||
target "demo" do
|
||||
pod 'FinApplet', '2.23.5'
|
||||
pod 'FinAppletExt', '2.23.5'
|
||||
pod 'FinApplet', '2.28.1'
|
||||
pod 'FinAppletExt', '2.28.1'
|
||||
end
|
||||
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
NSString *appKey = @"22LyZEib0gLTQdU3MUauATBwgfnTCJjdr7FCnywmAEM=";
|
||||
FATConfig *config = [FATConfig configWithAppSecret:@"bdfd76cae24d4313" appKey:appKey];
|
||||
config.apiServer = @"https://mp.finogeeks.com";
|
||||
config.apiServer = @"https://api.finclip.com";
|
||||
config.apiPrefix = @"/api/v1/mop";
|
||||
|
||||
[[FATClient sharedClient] initWithConfig:config error:nil];
|
||||
|
|
Loading…
Reference in New Issue