From 0a6fbb42b1771a2554699663cda14e46b4257956 Mon Sep 17 00:00:00 2001 From: wu736139669 Date: Wed, 15 Jul 2015 10:54:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=88=86=E4=BA=AB=E7=9A=84?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xmfish.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist | 6 +++--- Ash_AWord/Config/Common.h | 6 +++--- Ash_AWord/ViewControllers/My/SetUpViewController.m | 3 ++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Ash_AWord.xcworkspace/xcuserdata/xmfish.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Ash_AWord.xcworkspace/xcuserdata/xmfish.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index f7e91e1..d6b579d 100644 --- a/Ash_AWord.xcworkspace/xcuserdata/xmfish.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/Ash_AWord.xcworkspace/xcuserdata/xmfish.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -554,11 +554,11 @@ ignoreCount = "0" continueAfterRunningActions = "No" filePath = "Ash_AWord/ViewControllers/My/SetUpViewController.m" - timestampString = "458009917.116854" + timestampString = "458010381.80463" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" - startingLineNumber = "146" - endingLineNumber = "146" + startingLineNumber = "147" + endingLineNumber = "147" landmarkName = "-tableView:cellForRowAtIndexPath:" landmarkType = "5"> diff --git a/Ash_AWord/Config/Common.h b/Ash_AWord/Config/Common.h index 469f516..46a0ab6 100644 --- a/Ash_AWord/Config/Common.h +++ b/Ash_AWord/Config/Common.h @@ -70,9 +70,9 @@ */ #define Ash_AWord_API_URL @"http://121.43.150.13/QuestionServer/rs/yjn/post" -#define Ash_AWord_First_URL @"http://121.43.150.13" -#define Ash_AWord_Share_URL @"http://121.43.150.13/QuestionServer/web" -#define Ash_Aword_Base_URL @"http://121.43.150.13/QuestionServer" +#define Ash_AWord_First_URL @"http://www.yujianni520.com" +#define Ash_AWord_Share_URL @"http://www.yujianni520.com/QuestionServer/web" +#define Ash_Aword_Base_URL @"http://www.yujianni520.com/QuestionServer" //#define Ash_AWord_API_URL @"http://192.168.1.3:8080/QuestionServer" #define Sign_Key @"yjn@jjyy123" diff --git a/Ash_AWord/ViewControllers/My/SetUpViewController.m b/Ash_AWord/ViewControllers/My/SetUpViewController.m index 857d42b..2fe3183 100644 --- a/Ash_AWord/ViewControllers/My/SetUpViewController.m +++ b/Ash_AWord/ViewControllers/My/SetUpViewController.m @@ -356,7 +356,8 @@ content = @"最真的表白,是我欲言又止的沉默"; } if (url.length <= 0) { - NSString *str = [NSString stringWithFormat:@"http://itunes.apple.com/us/app/id%d", kAppleID]; +// NSString *str = [NSString stringWithFormat:@"http://itunes.apple.com/us/app/id%d", kAppleID]; + NSString* str = Ash_AWord_First_URL; url = str; } // url = Ash_AWord_First_URL;