fix(base): 更新生产环境接口地址
- 将PROD_BASE_URL从"api.dm.yixiong-tech.com:8443"替换为"platform-api.uat.shuziweidao.com"
This commit is contained in:
@@ -15,7 +15,7 @@ object GlobalData {
|
|||||||
*/
|
*/
|
||||||
const val TEST_BASE_URL = "http://192.168.10.101:24801"
|
const val TEST_BASE_URL = "http://192.168.10.101:24801"
|
||||||
const val UAT_BASE_URL = "https://dev.yixiong-tech.com:8081"
|
const val UAT_BASE_URL = "https://dev.yixiong-tech.com:8081"
|
||||||
const val PROD_BASE_URL = "https://api.dm.yixiong-tech.com:8443"
|
const val PROD_BASE_URL = "https://platform-api.uat.shuziweidao.com"
|
||||||
/**
|
/**
|
||||||
* 设备id
|
* 设备id
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user