测试环境域名修改
This commit is contained in:
@@ -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/\""
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user