fix:修改正式环境域名为api.hfighting.com
This commit is contained in:
@@ -148,7 +148,7 @@ android {
|
|||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
def server_url_debug = '"http://beta.api.pekolive.com/"'
|
def server_url_debug = '"http://beta.api.pekolive.com/"'
|
||||||
def server_url_release = '"https://api.pekolive.com/"'
|
def server_url_release = '"https://api.hfighting.com/"'
|
||||||
|
|
||||||
debug {
|
debug {
|
||||||
println("minifyEnabled = " + minify_enabled)
|
println("minifyEnabled = " + minify_enabled)
|
||||||
|
@@ -233,7 +233,7 @@ public class XChatConstants {
|
|||||||
/**
|
/**
|
||||||
* Referer (RELEASE)
|
* Referer (RELEASE)
|
||||||
*/
|
*/
|
||||||
public static final String KEY_REFERER_RELEASE = "https://api.pekolive.com/";
|
public static final String KEY_REFERER_RELEASE = "https://api.hfighting.com/";
|
||||||
public static final String APP_MARK = "peko";
|
public static final String APP_MARK = "peko";
|
||||||
/**
|
/**
|
||||||
* 聊天室文本消息易盾反垃圾業務id
|
* 聊天室文本消息易盾反垃圾業務id
|
||||||
|
@@ -13,8 +13,8 @@ public class UriProvider {
|
|||||||
/**
|
/**
|
||||||
* 默认以下生产环境地址
|
* 默认以下生产环境地址
|
||||||
*/
|
*/
|
||||||
public static String JAVA_WEB_URL = "https://api.pekolive.com/";
|
public static String JAVA_WEB_URL = "https://api.hfighting.com/";
|
||||||
public static String IM_SERVER_URL = "https://api.pekolive.com/";
|
public static String IM_SERVER_URL = "https://api.hfighting.com/";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 初始化URL
|
* 初始化URL
|
||||||
|
Reference in New Issue
Block a user