|
|
@@ -6,9 +6,9 @@ package com.sheep.gamegroup.util;
|
|
|
|
|
|
public class ConnectAddress {
|
|
|
|
|
|
- public static final String BASE_HTTP = "http://10.8.220.6:8080/";//何威
|
|
|
+// public static final String BASE_HTTP = "http://10.8.220.6:8080/";//何威
|
|
|
// public static final String BASE_HTTP = "http://10.8.220.5:8080/";//张伟
|
|
|
-// public static final String BASE_HTTP = "http://test.sheep.kfzs.com/";//测试服地址
|
|
|
+ public static final String BASE_HTTP = "http://test.sheep.kfzs.com/";//测试服地址
|
|
|
|
|
|
public static final String V1 = "/v1/";
|
|
|
|