瀏覽代碼

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

20241218TB223FC(测试jar包)
wangwanlei 8 月之前
父節點
當前提交
c2fff59ffe
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. 1
    3
      corelib/src/main/java/com/xhly/corelib/Const.kt

+ 1
- 3
corelib/src/main/java/com/xhly/corelib/Const.kt 查看文件

@@ -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…
取消
儲存