|
|
@ -43,8 +43,8 @@ import okhttp3.MediaType;
|
|
|
|
public class BaseActivity extends AppCompatActivity {
|
|
|
|
public class BaseActivity extends AppCompatActivity {
|
|
|
|
|
|
|
|
|
|
|
|
public static final int CAMERA_PHOTO = 1;
|
|
|
|
public static final int CAMERA_PHOTO = 1;
|
|
|
|
// public static String url = "http://175.27.215.92:7018/prod-api";
|
|
|
|
public static String url = "http://175.27.215.92:7018/prod-api";
|
|
|
|
public static String url = "http://10.11.40.120:7018/dev-api";
|
|
|
|
// public static String url = "http://10.11.40.120:7018/dev-api";
|
|
|
|
public ProgressDialog dialog;
|
|
|
|
public ProgressDialog dialog;
|
|
|
|
public Gson gson;
|
|
|
|
public Gson gson;
|
|
|
|
public MediaType JSON = MediaType.parse("application/json; charset=utf-8");
|
|
|
|
public MediaType JSON = MediaType.parse("application/json; charset=utf-8");
|
|
|
|