测试版9.8.3
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#define App_Environment 1 //1.测试环境 2.正式环境
|
||||
#if(App_Environment==1)//测试
|
||||
//app接口域名
|
||||
#define Api_DomainName @"http://139.196.24.156:7080"
|
||||
#define Api_DomainName @"http://test.ifish7.com:7080"
|
||||
|
||||
#elif (App_Environment==2)//正式
|
||||
//app接口域名 cv
|
||||
@@ -35,7 +35,6 @@
|
||||
#define Push_Message_Url Api_DomainName @"/api/pageList/pushListInf.do"
|
||||
//删除消息
|
||||
#define Push_Message_Delete_Url Api_DomainName @"/api/updateUser/deleteMessages.do"
|
||||
|
||||
//绑定设备
|
||||
#define Push_BindDevice_Url Api_DomainName @"/api/updateUser/bindDevice.do"
|
||||
//用户消息已读
|
||||
|
||||
Reference in New Issue
Block a user