Browse Source

1.测试地址改为正式地址。

20241218TB223FC(测试jar包)
wangwanlei 7 months ago
parent
commit
c2fff59ffe
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      corelib/src/main/java/com/xhly/corelib/Const.kt

+ 1
- 3
corelib/src/main/java/com/xhly/corelib/Const.kt View File

@@ -73,9 +73,7 @@ object Const {
73 73
     const val SIMPHONENUM= "SIMPHONENUM"
74 74
 
75 75
     //接口地址 正式地址mc.xhkjedu.com测试地址mcapitest.xhkjedu.com
76
-
77
-    const val BASEURL="mcapitest.xhkjedu.com"
78
-
76
+    const val BASEURL="mc.xhkjedu.com"
79 77
     const val URL1: String = "https://$BASEURL/"
80 78
 
81 79
     //socket接口地址 正式地址mcws.xhkjedu.com测试地址mcwstest.xhkjedu.com

Loading…
Cancel
Save