开发版本-developer——01 first commit

This commit is contained in:
wbzhan
2019-07-08 18:24:03 +08:00
parent 5a10dfa182
commit 8693efe121
386 changed files with 7069 additions and 1951 deletions
+6 -8
View File
@@ -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]
// 头像上传接口