测试版9.8.3

This commit is contained in:
wbzhan
2019-06-01 18:57:30 +08:00
parent 40815eb7d5
commit 35d2db06a6
10 changed files with 99 additions and 61 deletions
+1 -2
View File
@@ -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"
//用户消息已读