|
@@ -44,7 +44,9 @@ import retrofit2.converter.gson.GsonConverterFactory;
|
|
|
*/
|
|
*/
|
|
|
public class NetworkRepository {
|
|
public class NetworkRepository {
|
|
|
private static final String TAG = NetworkRepository.class.getSimpleName();
|
|
private static final String TAG = NetworkRepository.class.getSimpleName();
|
|
|
- private static final String BASE_URL = "http://111.22.178.69:53064";
|
|
|
|
|
|
|
+
|
|
|
|
|
+// private static final String BASE_URL = "http://111.22.178.69:53064";
|
|
|
|
|
+ private static final String BASE_URL = "https://hunan-ib.chinatowercom.cn";
|
|
|
private static final int NETWORK_TIMEOUT = 30000; // 30秒超时
|
|
private static final int NETWORK_TIMEOUT = 30000; // 30秒超时
|
|
|
|
|
|
|
|
|
|
|