Commit 827d0a40 authored by p x's avatar p x
Browse files

集成一部分http

parent aa341738
package com.ltzw.adasdriver.utils package com.sd.cavphmi.utils
import android.os.Build import android.os.Build
......
...@@ -3,7 +3,7 @@ package com.sd.cavphmi.utils ...@@ -3,7 +3,7 @@ package com.sd.cavphmi.utils
object MyContants { object MyContants {
const val IS_DEBUG = true const val IS_DEBUG = true
var HOST = if (IS_DEBUG) "https://sip-avp.isungent.cn:8443" else "" var HOST = if (IS_DEBUG) "https://faw.cuscavp.cn:8443" else ""
// var PORT = if (IS_DEBUG) "123" else "34534" // var PORT = if (IS_DEBUG) "123" else "34534"
//wss://faw.cuscavp.cn:8443/socket/ws?clientSource=100 长春 //wss://faw.cuscavp.cn:8443/socket/ws?clientSource=100 长春
...@@ -11,5 +11,7 @@ object MyContants { ...@@ -11,5 +11,7 @@ object MyContants {
if (IS_DEBUG) "wss://faw.cuscavp.cn:8443/socket/ws?clientSource=100" else "" if (IS_DEBUG) "wss://faw.cuscavp.cn:8443/socket/ws?clientSource=100" else ""
/***已经**/
const val ALREADT_ONCE = -1
} }
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment