测试环境域名修改

This commit is contained in:
huangjian
2023-03-28 14:26:27 +08:00
parent 5298e69eed
commit ec9c3a9a42
2 changed files with 3 additions and 3 deletions

View File

@@ -148,8 +148,8 @@ android {
}
debug {
buildConfigField "String", "BASE_URL", "\"https://api.nnbc123.cn/\""
buildConfigField "String", "WEB_URL", "\"https://h5.nnbc123.cn/\""
buildConfigField "String", "BASE_URL", "\"http://apidev.yinmeng.zhongjialx.com/\""
buildConfigField "String", "WEB_URL", "\"http://h5dev.yinmeng.zhongjialx.com/\""
buildConfigField "String", "BASE_URL_DEBUG", "BASE_URL"
buildConfigField "String", "BASE_URL_STAGING", "\"https://api.nnbc123.cn/\""
buildConfigField "String", "BASE_URL_RELEASE", "\"https://api.nnbc123.cn/\""

View File

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