feat:修改接口地址
This commit is contained in:
@@ -13,8 +13,8 @@ public class UriProvider {
|
||||
/**
|
||||
* 默认以下生产环境地址
|
||||
*/
|
||||
public static String JAVA_WEB_URL = "https://api.anan.chat/";
|
||||
public static String IM_SERVER_URL = "https://api.anan.chat/";
|
||||
public static String JAVA_WEB_URL = "https://";
|
||||
public static String IM_SERVER_URL = "https://";
|
||||
|
||||
/**
|
||||
* 初始化URL
|
||||
|
@@ -188,12 +188,12 @@ public class XConstants {
|
||||
/**
|
||||
* Referer (DEBUG)
|
||||
*/
|
||||
public static final String KEY_REFERER_DEBUG = "https://beta.api.anan.chat/";
|
||||
public static final String KEY_REFERER_DEBUG = "http://beta.api.hiyoo.fun/";
|
||||
|
||||
/**
|
||||
* Referer (RELEASE)
|
||||
*/
|
||||
public static final String KEY_REFERER_RELEASE = "https://api.anan.chat/";
|
||||
public static final String KEY_REFERER_RELEASE = "https://api.hiyoo.fun/";
|
||||
public static final String APP_MARK = "habu";
|
||||
/**
|
||||
* 聊天室文本消息易盾反垃圾業務id
|
||||
|
Reference in New Issue
Block a user