feat:修改接口地址

This commit is contained in:
Max
2023-11-24 10:18:35 +08:00
parent 7b773d0558
commit 85dff2ac90
4 changed files with 6 additions and 65 deletions

View File

@@ -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

View File

@@ -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