域名修改

This commit is contained in:
huangjian
2023-03-14 10:04:44 +08:00
parent 9290fdbd02
commit fadc41bb84
3 changed files with 3 additions and 3 deletions

View File

@@ -147,7 +147,7 @@ android {
}
debug {
buildConfigField "String", "BASE_URL", "\"http://api.uat.lecheng163.com/\""
buildConfigField "String", "BASE_URL", "\"http://106.55.241.216/\""
buildConfigField "String", "BASE_URL_DEBUG", "BASE_URL"
buildConfigField "String", "BASE_URL_STAGING", "BASE_URL"
buildConfigField "String", "BASE_URL_RELEASE", "BASE_URL"

View File

@@ -11,7 +11,7 @@ public class SDKConfig {
* 进入腾讯云云通信[控制台](https://console.cloud.tencent.com/avc) 创建应用,即可看到 SDKAppId
* 它是腾讯云用于区分客户的唯一标识。
*/
public static int TX_SDKAPPID = 1400600174;//
public static int TX_SDKAPPID = 1400798783;//
/**
* 腾讯云 bizid和appid

View File

@@ -46,7 +46,7 @@ public class XChatConstants {
/**
* 云信 key (DEBUG)
*/
public static final String NIM_KEY_DEBUG = "82a8d602aacbbb27a1c0fc809052286e";//已更换
public static final String NIM_KEY_DEBUG = "5e76ec47632d86c30ce18eabfa332b6a";//已更换
/**
* 云信 key (RELEASE)