Compare commits
1 Commits
develop
...
peko_relea
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3da5533ddc |
@@ -148,7 +148,7 @@ android {
|
||||
|
||||
buildTypes {
|
||||
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 {
|
||||
println("minifyEnabled = " + minify_enabled)
|
||||
|
@@ -233,7 +233,7 @@ public class XChatConstants {
|
||||
/**
|
||||
* 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";
|
||||
/**
|
||||
* 聊天室文本消息易盾反垃圾業務id
|
||||
|
@@ -13,8 +13,8 @@ public class UriProvider {
|
||||
/**
|
||||
* 默认以下生产环境地址
|
||||
*/
|
||||
public static String JAVA_WEB_URL = "https://api.pekolive.com/";
|
||||
public static String IM_SERVER_URL = "https://api.pekolive.com/";
|
||||
public static String JAVA_WEB_URL = "https://api.hfighting.com/";
|
||||
public static String IM_SERVER_URL = "https://api.hfighting.com/";
|
||||
|
||||
/**
|
||||
* 初始化URL
|
||||
|
Reference in New Issue
Block a user