[6.4.4] replace url

This commit is contained in:
EmArrow
2024-05-21 15:37:07 +08:00
parent 8ad735b86c
commit ae6f87ad3b
11 changed files with 316 additions and 340 deletions

View File

@@ -8,8 +8,8 @@ import com.mogo.commons.debug.DebugConfig
class WorkOrderHostConst {
companion object{
private const val HOST_DEV = "http://yw-egateway.zhidaoauto.com"
private const val HOST_RELEASE = "http://yw-egateway.zhidaoauto.com"
private const val HOST_DEV = "http://yw-egateway.zhidaozhixing.com"
private const val HOST_RELEASE = "http://yw-egateway.zhidaozhixing.com"
fun getWorkOrderBaseUrl(): String{
return when (DebugConfig.getNetMode()){