修改uat环境域名端口

This commit is contained in:
mazengfei
2026-04-15 16:52:27 +08:00
parent b6c9fe5aed
commit e3b01ff789
@@ -23,7 +23,7 @@ object GlobalData {
* 具体业务 BaseUrl
*/
const val TEST_BASE_URL = "http://192.168.1.201:14801"
const val UAT_BASE_URL = "https://dev.yixiong-tech.com:8081"
const val UAT_BASE_URL = "https://dev.yixiong-tech.com:8083"
const val PROD_BASE_URL = "https://api.dm.yixiong-tech.com:8443"
/**