update version

This commit is contained in:
zhongchao
2023-02-20 21:11:53 +08:00
parent b71d00aa66
commit 59cd124c5e
6 changed files with 16 additions and 209 deletions

View File

@@ -10,6 +10,10 @@ class NetConstants {
const val READ_TIMEOUT = 20000L
const val WRITE_TIMEOUT = 20000L
const val CONNECT_TIMEOUT = 15000L
const val DEVA_HOST = "http://dzt-deva.zhidaozhixing.com"
const val LAUNCHER_SNAPSHOT_HOST = "http://dzt-launcherSnapshot.zhidaozhixing.com"
const val TECH_HOST = "http://tech-dev.zhidaozhixing.com"
}
}