本地版本测试版-9.8.5
This commit is contained in:
+27
-8
@@ -136,17 +136,20 @@ alpha:1.0]
|
||||
//#define SOCKETPORT @"app.ifish7.com"
|
||||
|
||||
// 本地 @"192.168.61.128"
|
||||
#define SOCKETPORT @"test.ifish7.com"
|
||||
#define SOCKETPORT @"test.ifish7.com:9955"
|
||||
|
||||
//#define JIEKOUPORT @"https://app.ifish7.com"
|
||||
//#define JIEKOUPORT @"http://test.ifish7.com:7080"
|
||||
#define JIEKOUPORT @"http://139.196.24.156:7080"
|
||||
#define JIEKOUPORTHTTP @"https://app.ifish7.com"
|
||||
|
||||
//云 @"https://app.ifish7.com"
|
||||
//云图片头像等地址 @"http://app.ifish7.com"
|
||||
#define JIEKOUPORT @"https://app.ifish7.com"
|
||||
#define JIEKOUPORTHTTP @"https://app.ifish7.com"
|
||||
//#define JIEKOUPORTHTTP @"https://app.ifish7.com"
|
||||
|
||||
//测试云 @"https://app.zhangxinyanv5.top"
|
||||
//测试云图片 @"http://app.zhangxinyanv5.top"
|
||||
//#define JIEKOUPORT @"https://app.zhangxinyanv5.top"
|
||||
//#define JIEKOUPORTHTTP @"https://app.zhangxinyanv5.top"
|
||||
|
||||
|
||||
//本地 @"http://192.168.61.128:81"
|
||||
|
||||
@@ -473,7 +476,23 @@ alpha:1.0]
|
||||
|
||||
//
|
||||
#define getHotBarHistory [NSString stringWithFormat:@"%@/api/user/getDeviceHeaterPhsByDate.do",JIEKOUPORT]
|
||||
|
||||
|
||||
|
||||
/*=====================add V4.9.8=======================================*/
|
||||
//获取推送消息列表
|
||||
/**
|
||||
pushID 本地缓存的最大的pushId,第一次无的时候则不传
|
||||
userId 用户id
|
||||
firstResult 开始条数
|
||||
pageSize 每页数据数量
|
||||
@return <#return value description#>
|
||||
*/
|
||||
#define Push_Message_Url JIEKOUPORT @"/api/pageList/pushListInf.do"
|
||||
//删除消息
|
||||
#define Push_Message_Delete_Url JIEKOUPORT @"/api/updateUser/deleteMessages.do"
|
||||
//绑定设备
|
||||
#define Push_BindDevice_Url JIEKOUPORT @"/api/updateUser/bindDevice.do"
|
||||
//用户消息已读
|
||||
#define Push_Message_Readed JIEKOUPORT @"/api/updateUser/userMessageIsRead.do"
|
||||
//用户未读消息个数
|
||||
#define Push_Message_UnReadCount JIEKOUPORT @"/api/updateUser/userMessageNoReadCount.do"
|
||||
/*=====================add V4.9.8=======================================*/
|
||||
#endif /* Define_h */
|
||||
|
||||
Reference in New Issue
Block a user