更改分享的内容

This commit is contained in:
wu736139669
2015-07-15 10:54:51 +08:00
parent 5da4fef4d9
commit 0a6fbb42b1
3 changed files with 8 additions and 7 deletions
@@ -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">
</BreakpointContent>
+3 -3
View File
@@ -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"
@@ -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;