mirror of
https://github.com/wu736139669/Ash_AWord.git
synced 2026-08-05 05:55:19 +00:00
更改分享的内容
This commit is contained in:
+3
-3
@@ -554,11 +554,11 @@
|
|||||||
ignoreCount = "0"
|
ignoreCount = "0"
|
||||||
continueAfterRunningActions = "No"
|
continueAfterRunningActions = "No"
|
||||||
filePath = "Ash_AWord/ViewControllers/My/SetUpViewController.m"
|
filePath = "Ash_AWord/ViewControllers/My/SetUpViewController.m"
|
||||||
timestampString = "458009917.116854"
|
timestampString = "458010381.80463"
|
||||||
startingColumnNumber = "9223372036854775807"
|
startingColumnNumber = "9223372036854775807"
|
||||||
endingColumnNumber = "9223372036854775807"
|
endingColumnNumber = "9223372036854775807"
|
||||||
startingLineNumber = "146"
|
startingLineNumber = "147"
|
||||||
endingLineNumber = "146"
|
endingLineNumber = "147"
|
||||||
landmarkName = "-tableView:cellForRowAtIndexPath:"
|
landmarkName = "-tableView:cellForRowAtIndexPath:"
|
||||||
landmarkType = "5">
|
landmarkType = "5">
|
||||||
</BreakpointContent>
|
</BreakpointContent>
|
||||||
|
|||||||
@@ -70,9 +70,9 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define Ash_AWord_API_URL @"http://121.43.150.13/QuestionServer/rs/yjn/post"
|
#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_First_URL @"http://www.yujianni520.com"
|
||||||
#define Ash_AWord_Share_URL @"http://121.43.150.13/QuestionServer/web"
|
#define Ash_AWord_Share_URL @"http://www.yujianni520.com/QuestionServer/web"
|
||||||
#define Ash_Aword_Base_URL @"http://121.43.150.13/QuestionServer"
|
#define Ash_Aword_Base_URL @"http://www.yujianni520.com/QuestionServer"
|
||||||
//#define Ash_AWord_API_URL @"http://192.168.1.3:8080/QuestionServer"
|
//#define Ash_AWord_API_URL @"http://192.168.1.3:8080/QuestionServer"
|
||||||
#define Sign_Key @"yjn@jjyy123"
|
#define Sign_Key @"yjn@jjyy123"
|
||||||
|
|
||||||
|
|||||||
@@ -356,7 +356,8 @@
|
|||||||
content = @"最真的表白,是我欲言又止的沉默";
|
content = @"最真的表白,是我欲言又止的沉默";
|
||||||
}
|
}
|
||||||
if (url.length <= 0) {
|
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 = str;
|
||||||
}
|
}
|
||||||
// url = Ash_AWord_First_URL;
|
// url = Ash_AWord_First_URL;
|
||||||
|
|||||||
Reference in New Issue
Block a user