From 2a14420554a8652c17155479f069d28ac1030475 Mon Sep 17 00:00:00 2001 From: wanghualei Date: Thu, 3 Jun 2021 14:28:10 +0800 Subject: [PATCH] =?UTF-8?q?update=20uat=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Podfile | 4 ++-- demo/AppDelegate.m | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Podfile b/Podfile index f2e5efc..c2ebe50 100644 --- a/Podfile +++ b/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 diff --git a/demo/AppDelegate.m b/demo/AppDelegate.m index 223ba56..6fb1c2b 100644 --- a/demo/AppDelegate.m +++ b/demo/AppDelegate.m @@ -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];