[6.4.4] replace url
This commit is contained in:
@@ -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()){
|
||||
|
||||
Reference in New Issue
Block a user