|
|
@@ -11,14 +11,14 @@
|
|
|
/* ------前置平台接口请求地址, 拼接 PublicUrl---------- */
|
|
|
|
|
|
///公共url
|
|
|
-#define PublicUrl @"http://app.chmo.net/thmodel"
|
|
|
+//#define PublicUrl @"http://app.chmo.net/thmodel"
|
|
|
+//#define imageURl @"http://app.chmo.net/thmodel/"
|
|
|
+//#define apnsCernameStr @"model"
|
|
|
+
|
|
|
+#define PublicUrl @"http://192.168.123.234:8080"
|
|
|
#define imageURl @"http://app.chmo.net/thmodel/"
|
|
|
#define apnsCernameStr @"model"
|
|
|
|
|
|
-// #define PublicUrl @"http://118.190.49.85:8080/thmodel"
|
|
|
-// #define imageURl @"http://118.190.49.85:8080/thmodel/"
|
|
|
-// #define apnsCernameStr @"modelDev"
|
|
|
-
|
|
|
//#define PublicUrl @"http://192.168.50.132:8081"
|
|
|
//#define imageURl @"http://192.168.50.132:8081/"
|
|
|
//#define apnsCernameStr @"modelDev"
|
|
|
@@ -65,8 +65,6 @@
|
|
|
#define Url_doEnroll(x) [NSString stringWithFormat:@"%@/activity?action=doEnroll",x]
|
|
|
/// 13 获取我收到的红包列表
|
|
|
#define Url_getreceiveredlist(x) [NSString stringWithFormat:@"%@/pay?action=getreceiveredlist",x]
|
|
|
-/// 14 获取最近的活动
|
|
|
-#define Url_dogetpartty(x) [NSString stringWithFormat:@"%@/activity?action=dogetpartty",x]
|
|
|
/// 14.1 我已参加的活动
|
|
|
#define Url_doqrypartty(x) [NSString stringWithFormat:@"%@/activity?action=doqrypartty",x]
|
|
|
/// 14.2 我未参加的活动
|