修改uat环境域名端口

This commit is contained in:
mazengfei
2026-04-15 16:53:45 +08:00
parent 1826ac0f60
commit 18f45e7821
@@ -39,7 +39,7 @@ object GlobalData {
* 具体业务 BaseUrl
*/
const val TEST_BASE_URL: String = "http://192.168.1.201:14801"
const val UAT_BASE_URL: String = "https://dev.yixiong-tech.com:8081"
const val UAT_BASE_URL: String = "https://dev.yixiong-tech.com:8083"
const val PROD_BASE_URL: String = "https://api.dm.yixiong-tech.com:8443"
/**