生产环境域名修改
This commit is contained in:
@@ -249,7 +249,7 @@ public class XChatConstants {
|
||||
/**
|
||||
* Referer (RELEASE)
|
||||
*/
|
||||
public static final String KEY_REFERER_RELEASE = "https://api.lecheng163.com/";
|
||||
public static final String KEY_REFERER_RELEASE = "https://api.pekolive.com/";
|
||||
public static final String APP_MARK = "peko";
|
||||
/**
|
||||
* 聊天室文本消息易盾反垃圾業務id
|
||||
|
@@ -10,16 +10,11 @@ import com.yizhuan.xchat_android_core.utils.Logger;
|
||||
*/
|
||||
public class UriProvider {
|
||||
|
||||
|
||||
public static String SERVER_DEBUG = "http://beta.tutuyuyin.com/";
|
||||
|
||||
public static String SERVER_STAGING = "http://staging.tutuyuyin.com/";
|
||||
public static String SERVER_RELEASE = "https://www.tutuyuyin.com/";
|
||||
/**
|
||||
* 默认以下生产环境地址
|
||||
*/
|
||||
public static String JAVA_WEB_URL = "https://beta.api.pekolive.com/";
|
||||
public static String IM_SERVER_URL = "https://beta.api.pekolive.com/";
|
||||
public static String JAVA_WEB_URL = "https://api.pekolive.com/";
|
||||
public static String IM_SERVER_URL = "https://api.pekolive.com/";
|
||||
|
||||
/**
|
||||
* 初始化URL
|
||||
|
Reference in New Issue
Block a user