fix:修改正式环境域名为api.hfighting.com

This commit is contained in:
Max
2023-12-21 19:16:31 +08:00
parent df96cfe5d4
commit ab2facb01b
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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