Browse Source

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

20241218TB223FC(测试jar包)
wangwanlei 8 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
     const val SIMPHONENUM= "SIMPHONENUM"
73
     const val SIMPHONENUM= "SIMPHONENUM"
74
 
74
 
75
     //接口地址 正式地址mc.xhkjedu.com测试地址mcapitest.xhkjedu.com
75
     //接口地址 正式地址mc.xhkjedu.com测试地址mcapitest.xhkjedu.com
76
-
77
-    const val BASEURL="mcapitest.xhkjedu.com"
78
-
76
+    const val BASEURL="mc.xhkjedu.com"
79
     const val URL1: String = "https://$BASEURL/"
77
     const val URL1: String = "https://$BASEURL/"
80
 
78
 
81
     //socket接口地址 正式地址mcws.xhkjedu.com测试地址mcwstest.xhkjedu.com
79
     //socket接口地址 正式地址mcws.xhkjedu.com测试地址mcwstest.xhkjedu.com

Loading…
Cancel
Save