开发版本-developer——01 first commit
This commit is contained in:
@@ -135,13 +135,13 @@ alpha:1.0]
|
||||
// 云 @"app.ifish7.com"
|
||||
|
||||
//正式环境
|
||||
//#define SOCKETPORT @"app.ifish7.com"
|
||||
//#define JIEKOUPORT @"https://app.ifish7.com"
|
||||
//#define JIEKOUPORTHTTP @"https://app.ifish7.com"
|
||||
//测试环境
|
||||
#define SOCKETPORT @"test.ifish7.com:9955"
|
||||
#define JIEKOUPORT @"http://139.196.24.156:7080"
|
||||
#define SOCKETPORT @"app.ifish7.com"
|
||||
#define JIEKOUPORT @"https://app.ifish7.com"
|
||||
#define JIEKOUPORTHTTP @"https://app.ifish7.com"
|
||||
//测试环境
|
||||
//#define SOCKETPORT @"test.ifish7.com:9955"
|
||||
//#define JIEKOUPORT @"http://139.196.24.156:7080"
|
||||
//#define JIEKOUPORTHTTP @"https://app.ifish7.com"
|
||||
//云 @"https://app.ifish7.com"
|
||||
//云图片头像等地址 @"http://app.ifish7.com"
|
||||
//#define JIEKOUPORTHTTP @"https://app.ifish7.com"
|
||||
@@ -180,8 +180,6 @@ alpha:1.0]
|
||||
#define kUserLoginValidation [NSString stringWithFormat:@"%@/api/users/loginValidation",JIEKOUPORT]
|
||||
//更多用户数据如设备信息
|
||||
#define kUserMoreUserData [NSString stringWithFormat:@"%@/api/users/moreUserData/",JIEKOUPORT]
|
||||
|
||||
|
||||
// 用户信息修改接口
|
||||
#define kUpdateSafeUser [NSString stringWithFormat:@"%@/api/users/v3/updateInfo.do",JIEKOUPORT]
|
||||
// 头像上传接口
|
||||
|
||||
Reference in New Issue
Block a user